Commit 64294dbda9ad2382743420a5916f8db851c4a31f
Exists in
master
and in
1 other branch
Merge pull request #281 from espen/patch-1
`heroku rake` has been deprecated. Please use `heroku run rake` instead [ci skip]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
| @@ -190,7 +190,7 @@ heroku run rake db:seed | @@ -190,7 +190,7 @@ heroku run rake db:seed | ||
| 190 | * Or clear resolved errors manually: | 190 | * Or clear resolved errors manually: |
| 191 | 191 | ||
| 192 | ```bash | 192 | ```bash |
| 193 | - heroku rake errbit:db:clear_resolved | 193 | + heroku run rake errbit:db:clear_resolved |
| 194 | ``` | 194 | ``` |
| 195 | 195 | ||
| 196 | * You may want to enable the deployment hook for heroku : | 196 | * You may want to enable the deployment hook for heroku : |