diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-03-14 18:57:36 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-03-14 18:57:36 +0000 |
commit | ac16217427341e63a90caaf9e3c13fe1a2e16b72 (patch) | |
tree | e890529d325e2c9b91dcdd297e2ce20391decc92 | |
parent | af619ea74896836cfc649ff7b9d2e7e3800f57d8 (diff) |
Typo.
-rw-r--r-- | conf/crontab.ugly | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/crontab.ugly b/conf/crontab.ugly index 530fc084b..9118d66f7 100644 --- a/conf/crontab.ugly +++ b/conf/crontab.ugly @@ -35,7 +35,7 @@ MAILTO=cron-!!(*= $site *)!!@mysociety.org 43 2 * * * !!(*= $user *)!! /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/problem-creation-graph 00 8 * * * !!(*= $user *)!! /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/check-for-zombies !!(*= $user *)!! -!!(* } if ($vhost eq 'www.fixmystreet.com') { *)!! +!!(* if ($vhost eq 'www.fixmystreet.com') { *)!! 10 * * * * !!(*= $user *)!! /data/vhost/!!(*= $vhost *)!!/fixmystreet-virtualenv/bin/python /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/kasabi !!(* } *)!! |