diff --git a/lib/commands/mup.js b/lib/commands/mup.js index ebb8824..f75888f 100644 --- a/lib/commands/mup.js +++ b/lib/commands/mup.js @@ -76,6 +76,8 @@ Command.create({ mupCommand = mupVersion + ' init'; } else if (opts.setup) { mupCommand = mupVersion + ' setup'; + } else if (opts.reconfig) { + mupCommand = mupVersion + ' reconfig'; } else { mupCommand = mupVersion + ' deploy'; } diff --git a/package.json b/package.json index dec68d2..784382f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iron-meteor", - "version": "1.5.1", + "version": "1.5.2", "description": "A command line tool for scaffolding Meteor applications.", "homepage": "https://github.com/iron-meteor/iron-cli", "bugs": {