Skip to content

Commit

Permalink
Fix up broken line
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored and SpaceK33z committed Mar 7, 2017
1 parent 586885c commit 084f4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-cy-scripts/scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ function build(previousSizeMap) {
console.log(' ' + chalk.cyan('npm') + ' install -g pushstate-server');
}
console.log(' ' + chalk.cyan('pushstate-server') + ' ' + build);
console.log(' ' + chalk.cyan(openCommand) + ' http://localhost:' + (process.env.PORT || 9000)
console.log(' ' + chalk.cyan(openCommand) + ' http://localhost:' + (process.env.PORT || 9000));
console.log();
}
});
Expand Down

0 comments on commit 084f4b2

Please sign in to comment.