Skip to content

Commit

Permalink
Startup message explicitly mentions production
Browse files Browse the repository at this point in the history
no issue
  • Loading branch information
ErisDS committed Aug 11, 2015
1 parent 4c96fba commit f40bff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/server/ghost-server.js
Expand Up @@ -166,7 +166,7 @@ GhostServer.prototype.logStartMessages = function () {
// Startup & Shutdown messages
if (process.env.NODE_ENV === 'production') {
console.log(
chalk.green('Ghost is running...'),
chalk.green('Ghost is running in ' + process.env.NODE_ENV + '...'),
'\nYour blog is now available on',
config.url,
chalk.gray('\nCtrl+C to shut down')
Expand Down

0 comments on commit f40bff0

Please sign in to comment.