Fix cron typo

This commit is contained in:
Alex Dergachev 2015-10-27 14:51:00 -04:00
parent b858a1f1ca
commit 4e2b417bf8

View File

@ -71,7 +71,7 @@ automatically" setting at
and relying on the following cron job as per [Redmine Wiki Instructions](http://www.redmine.org/projects/redmine/wiki/RedmineRepositories):
```
*/5 * * * * cd /home/redmine/redmine && ./script/rails runner \"Repository.fetch_changesets\" -e production >> log/cron_rake.log 2>&1
*/5 * * * * cd /home/redmine/redmine && ./script/rails runner Repository.fetch_changesets -e production >> log/cron_rake.log 2>&1
```
To trigger fetch manually, run this: