diff options
author | Struan Donald <struan@exo.org.uk> | 2012-11-21 11:45:06 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-11-21 11:45:06 +0000 |
commit | f558f9913c06408ea1fb3edabf0991e48556eb79 (patch) | |
tree | 1e9629ce76e5a596c05a6a24b349d7d3402145dc /bin/send-comments | |
parent | 28fe88fa4f4aaf49615826359fcbf55314298572 (diff) |
another typo for bromely special casing of open311 endpoints
Diffstat (limited to 'bin/send-comments')
-rwxr-xr-x | bin/send-comments | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/send-comments b/bin/send-comments index d6496fb57..4955cb2f3 100755 --- a/bin/send-comments +++ b/bin/send-comments @@ -71,7 +71,7 @@ while ( my $council = $councils->next ) { if ( $council->area_id =~ /2482/ ) { my $endpoints = $o->endpoints; $endpoints->{update} = 'update.xml'; - $endpoints->{service_requests_updates} = 'update.xml'; + $endpoints->{service_request_updates} = 'update.xml'; $o->endpoints( $endpoints ); } |