Skip to content

Commit 882c0eb

Browse files
committed
Merge pull request #1226 from fcagalj/patch-1
refactor(heroku): change instructions for creating mongoDB after deploying to heroku
2 parents 770ce2d + 348cb63 commit 882c0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: heroku/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Generator.prototype.gitForcePush = function gitForcePush() {
158158
var hasWarning = false;
159159

160160
if(this.filters.mongoose) {
161-
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'));
161+
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'));
162162
hasWarning = true;
163163
}
164164

0 commit comments

Comments
 (0)