Commit 1a21bd35fc33106713b289a4ddc5d0dce42eb865

Authored by stephan.com
1 parent 721580ed
Exists in master

incorrect namespace for rake task in docs

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
docs/deployment/heroku.md
... ... @@ -73,5 +73,5 @@ heroku addons:create cron:daily
73 73 Option 3. Clear resolved errors manually:
74 74  
75 75 ```bash
76   -heroku run rake errbit:db:clear_resolved
  76 +heroku run rake errbit:clear_resolved
77 77 ```
... ...