diff --git a/myt-pull.js b/myt-pull.js index ce5510c..60bef3e 100755 --- a/myt-pull.js +++ b/myt-pull.js @@ -90,7 +90,7 @@ class Pull extends Command { // Export routines to SQL files - this.emit('routineChanges', branchName); + this.emit('routineChanges'); const engine = new ExporterEngine(conn, opts); await engine.init(); diff --git a/package-lock.json b/package-lock.json index 0aa85c7..015f97e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@verdnatura/myt", - "version": "1.5.29", + "version": "1.5.30", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@verdnatura/myt", - "version": "1.5.29", + "version": "1.5.30", "license": "GPL-3.0", "dependencies": { "@sqltools/formatter": "^1.2.5", diff --git a/package.json b/package.json index 60a0b6f..5387c6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@verdnatura/myt", - "version": "1.5.29", + "version": "1.5.30", "author": "Verdnatura Levante SL", "description": "MySQL version control", "license": "GPL-3.0",