diff --git a/bin/efa b/bin/efa index d716df7cf9e9f8774c00275a9e3e881da717e8b5..056cfd6ed4219e16a43b0d5ca4029ed9cdeb46f8 100755 --- a/bin/efa +++ b/bin/efa @@ -235,7 +235,7 @@ if ( $opt->{exclude} ) { } if ( $opt->{service} ) { - my $service = first { $_->{shortname} eq $opt->{service} } + my $service = first { lc($_->{shortname}) eq lc($opt->{service}) } Travel::Routing::DE::EFA::get_efa_urls(); if ( not $service ) { printf STDERR (