Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
Fix kanso push --id= option (PR #433)
Browse files Browse the repository at this point in the history
  • Loading branch information
estellecomment committed Jun 19, 2017
2 parents 196ffa7 + 967a83e commit ba6f08f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/commands/push.js
Expand Up @@ -74,10 +74,11 @@ exports.run = function (settings, args) {
}

// these options will override values in kanso.json
// the 'id' and 'open' options are not relevant to that data
// the 'open' option is not relevant to that data
var opt = env.overrides || {};
opt.minify = a.options.minify;
opt.baseURL = a.options.baseURL;
opt.id = a.options.id;

exports.loadApp(dir, url, opt, settings,
function (err, url, cfg, doc) {
Expand Down

0 comments on commit ba6f08f

Please sign in to comment.