summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ritter <tom@ritter.vg>2016-07-12 17:20:09 -0500
committerGitHub <noreply@github.com>2016-07-12 17:20:09 -0500
commit407bcc112e1a0eabe8c35076210519eed9607804 (patch)
tree40e0ac589ee83ea62c056ae57d6c856c1c8d1daf
parent42489bc43ea3216e0422eceef126d2b81596635d (diff)
Update the crontab entries
The 'Run daily at noon' was actually "Run at midnight on the twelve day of the month"
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 96a71a8..5e52813 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ First edit the ... to your path, then enter the following into your cron
* * * * * .../checker/main.py -m cron -c minute >/dev/null 2>&1
0 * * * * .../checker/main.py -m cron -c hour >/dev/null 2>&1
0 0 * * * .../checker/main.py -m cron -c day >/dev/null 2>&1
- 0 0 12 * * .../checker/main.py -m cron -c day_noon >/dev/null 2>&1
+ 0 12 * * * .../checker/main.py -m cron -c day_noon >/dev/null 2>&1
# TODO