Explorar o código

Removed user from crontab

Andrew Kane %!s(int64=9) %!d(string=hai) anos
pai
achega
219b02192f
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -76,9 +76,9 @@ rake blazer:run_checks SCHEDULE="1 day"
 Here’s what it looks like with cron.
 
 ```
-*/5 * * * * * user rake blazer:run_checks SCHEDULE="5 minutes"
-0   * * * * * user rake blazer:run_checks SCHEDULE="1 hour"
-0   0 * * * * user rake blazer:run_checks SCHEDULE="1 day"
+*/5 * * * * * rake blazer:run_checks SCHEDULE="5 minutes"
+0   * * * * * rake blazer:run_checks SCHEDULE="1 hour"
+0   0 * * * * rake blazer:run_checks SCHEDULE="1 day"
 ```
 
 You can also set up failing checks to be sent once a day (or whatever you prefer).