Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubois committed Apr 24, 2017
1 parent 20bc990 commit bc40d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/upgrade/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ module.exports = UpgradeGenerator.extend({
const installCommand = this.clientPackageManager === 'yarn' ? 'yarn' : 'npm install';
shelljs.exec(installCommand, { silent: this.silent }, (code, msg, err) => {
if (code !== 0) {
this.error(`${installCommand}failed.`);
this.error(`${installCommand} failed.`);
}
if (this.clientFramework === 'angular1') {
this.spawnCommandSync('bower', ['install']);
Expand Down

0 comments on commit bc40d8b

Please sign in to comment.