diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-07-01 12:36:53 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-07-01 12:36:53 +0100 |
commit | a053d1b3672baaec4ba657b91d4ef6d08beb47f8 (patch) | |
tree | 6b741855324567045fe9735309f2706a11b860e1 | |
parent | b7b2a57f89d10735bbbff876a781c55336d1e0bd (diff) |
Change wording of public holidays in crontab
Bank holiday is quite a UK-centric term, so replace with public holiday
for easier understanding among international reusers
-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." |