diff options
author | Dave Whiteland <dave@mysociety.org> | 2012-11-22 12:33:57 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2012-11-22 12:33:57 +0000 |
commit | 8bfd1448c06f2661d2ab56d3c07d814ed5ccd4ff (patch) | |
tree | 4bf7f4ccf7dc1627e855744e7cf94e9c8647587b /bin/send-comments | |
parent | 1308be13bc9c3edfba705f57b0522e128ba2d5ae (diff) | |
parent | f558f9913c06408ea1fb3edabf0991e48556eb79 (diff) |
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet
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 ); } |