diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-07-04 14:48:23 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-07-04 14:48:23 +0100 |
commit | 34f793f2c5e3e47dab8fddcbd9fd4479cd65b5e4 (patch) | |
tree | 661917a1af86b1709eb46f51477322a0b5baf759 | |
parent | df23e5db0b3a76a754fdb274692731aad7f3098b (diff) | |
parent | a053d1b3672baaec4ba657b91d4ef6d08beb47f8 (diff) |
Merge branch 'cron-holidays' into rails-3-develop
-rw-r--r-- | config/crontab-example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/crontab-example b/config/crontab-example index 212a4a689..669102149 100644 --- a/config/crontab-example +++ b/config/crontab-example @@ -38,7 +38,7 @@ MAILTO=!!(*= $mailto *)!! 48 2 * * * !!(*= $user *)!! !!(*= $vhost_dir *)!!/!!(*= $vcspath *)!!/script/user-use-graph # Once a year :) -0 0 1 11 * !!(*= $user *)!! /bin/echo "A year has passed, please update the bank holidays for the Freedom of Information site, thank you." +0 0 1 11 * !!(*= $user *)!! /bin/echo "A year has passed, please update the public holidays for the Freedom of Information site, thank you." |