aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/CronFns.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-03-12 10:53:02 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-03-12 10:53:02 +0000
commit3fd2f5f3c485c360aad8bdb340c7934abcdd2c3b (patch)
tree3b3143232cfb58b792d76b20081db22a60c86c7c /perllib/CronFns.pm
parentd3b2eb149ccb22145cfda3b1eccf6ef6e6bcbd22 (diff)
Couple of zurich/zueri misses.
Diffstat (limited to 'perllib/CronFns.pm')
-rwxr-xr-xperllib/CronFns.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/CronFns.pm b/perllib/CronFns.pm
index 878482339..ac7f85596 100755
--- a/perllib/CronFns.pm
+++ b/perllib/CronFns.pm
@@ -36,7 +36,7 @@ sub site {
my $base_url = shift;
my $site = 'fixmystreet';
$site = 'emptyhomes' if $base_url =~ 'emptyhomes';
- $site = 'zurich' if $base_url =~ 'zurich';
+ $site = 'zurich' if $base_url =~ /zurich|zueri/;
return $site;
}