aboutsummaryrefslogtreecommitdiffstats
path: root/bin/send-comments
diff options
context:
space:
mode:
Diffstat (limited to 'bin/send-comments')
-rwxr-xr-xbin/send-comments2
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 );
}