From 28fe88fa4f4aaf49615826359fcbf55314298572 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Wed, 21 Nov 2012 11:37:47 +0000 Subject: correct typo in special casing bromley service request updates endpoint --- perllib/Open311/GetServiceRequestUpdates.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perllib/Open311/GetServiceRequestUpdates.pm') diff --git a/perllib/Open311/GetServiceRequestUpdates.pm b/perllib/Open311/GetServiceRequestUpdates.pm index 25b960aa7..0b4e037fd 100644 --- a/perllib/Open311/GetServiceRequestUpdates.pm +++ b/perllib/Open311/GetServiceRequestUpdates.pm @@ -35,7 +35,7 @@ sub fetch { 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 ); } -- cgit v1.2.3