Skip to content

Commit

Permalink
Chain install commands with double ampersand (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaddie authored and SBoudrias committed Jun 16, 2016
1 parent 035ce57 commit 9ed4879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/actions/install.js
Expand Up @@ -124,7 +124,7 @@ install.installDependencies = function (options) {
var tplValues = _.extend({
skipInstall: false
}, this.options, {
commands: chalk.yellow.bold(msg.commands.join(' & '))
commands: chalk.yellow.bold(msg.commands.join(' && '))
});
this.log(msg.template(tplValues));
}
Expand Down

0 comments on commit 9ed4879

Please sign in to comment.