Awight has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/343212 )

Change subject: Note that you have to quote crontab due to its punctuation
......................................................................

Note that you have to quote crontab due to its punctuation

Change-Id: I23c8a540cb1f7af3118488a4bb6dcf5d1f657d07
---
M README.md
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/process-control 
refs/changes/12/343212/1

diff --git a/README.md b/README.md
index d1653ec..10f2af5 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
 
 # Optional schedule, in Vixie cron format:
 # minute hour day-of-month month day-of-week
-schedule: */5 * * * *
+schedule: "*/5 * * * *"
 
 # Optional flag to prevent scheduled job execution.  The job
 # can still be run as a single-shot.

-- 
To view, visit https://gerrit.wikimedia.org/r/343212
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I23c8a540cb1f7af3118488a4bb6dcf5d1f657d07
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/process-control
Gerrit-Branch: master
Gerrit-Owner: Awight <awi...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to