Commit bfba719abbb1c8fc025a306169b0c578c75cd394

Authored by Josh Brody
1 parent 933d4614
Exists in master

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
... ...