diff --git a/heroku/index.js b/heroku/index.js index 3c34f37b0..689833d26 100644 --- a/heroku/index.js +++ b/heroku/index.js @@ -158,7 +158,7 @@ Generator.prototype.gitForcePush = function gitForcePush() { var hasWarning = false; if(this.filters.mongoose) { - this.log(chalk.yellow('\nBecause you\'re using mongoose, you must add mongoDB to your heroku app.\n\t' + 'from `/dist`: ' + chalk.bold('heroku addons:add mongohq') + '\n')); + this.log(chalk.yellow('\nBecause you\'re using mongoose, you must add mongoDB to your heroku app.\n\t' + 'from `/dist`: ' + chalk.bold('heroku addons:create mongolab') + '\n')); hasWarning = true; }