Skip to content
Snippets Groups Projects
Commit 21541fb3 authored by Síle Ekaterin Liszka's avatar Síle Ekaterin Liszka
Browse files

Chessa::Bug::Adelie: make &wants insensitive

parent b4c939f6
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ sub wants {
my $self = shift;
my ($project) = @_;
if ($project =~ m!^adelie[/:]!) {
if ($project =~ m!^adelie[/:]!i) {
return 1;
}
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment