Commit a6e45ffc45f0b9336b0ce6bed324144bca2d9234
Exists in
master
Merge pull request #1098 from joshmn/patch-1
remove lingering r
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
docs/deployment/dokku.md
... | ... | @@ -6,7 +6,7 @@ For more details see [Heroku](heroku.md) guide. |
6 | 6 | ## Create an app on dokku and push the source code |
7 | 7 | |
8 | 8 | ```bash |
9 | -dokku apps:create errrbit | |
9 | +dokku apps:create errbit | |
10 | 10 | dokku plugin:install https://github.com/dokku/dokku-mongo.git mongo |
11 | 11 | dokku mongo:create errbit errbit |
12 | 12 | dokku mongo:link errbit errbit | ... | ... |