Skip to content

Commit

Permalink
Fix typo in Open311 GetServiceRequests error output
Browse files Browse the repository at this point in the history
  • Loading branch information
davea committed Oct 15, 2024
1 parent 7da6089 commit 3fa8fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perllib/Open311/GetServiceRequests.pm
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ sub create_problems {
my $requests = $open311->get_service_requests( $args );

unless ( $open311->success ) {
warn "Failed to fetch ServiceRequest Updates for " . $body->name . ":\n" . $open311->error
warn "Failed to fetch ServiceRequests for " . $body->name . ":\n" . $open311->error
if $self->verbose;
return 0;
}
Expand Down

0 comments on commit 3fa8fa6

Please sign in to comment.