Commit 6f1e951d58a2134e3edb74799adf1bf0d48bc9f7

Authored by Espen Antonsen
1 parent 3456dc3d
Exists in master and in 1 other branch production

`heroku rake` has been deprecated. Please use `heroku run rake` instead.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -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 :