Commit 64294dbda9ad2382743420a5916f8db851c4a31f

Authored by Vasiliy Ermolovich
2 parents 3456dc3d 6f1e951d
Exists in master and in 1 other branch production

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
@@ -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 :