Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya committed Dec 14, 2015
1 parent fc1538d commit 55c082b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ App.prototype.ensure_deps = function(done) {

this.log.info('ensuring electrify dependencies');

var npm_cmd = 'npm' + (this.$.env.is.is_windows ? '.cmd' : '');
var npm_cmd = 'npm' + (this.$.env.os.is_windows ? '.cmd' : '');

// in development mode, use local electrify version
if(this.$.env.is_development_mode) {
Expand Down

0 comments on commit 55c082b

Please sign in to comment.