aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Youri/Submit/Check/ACL.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Youri/Submit/Check/ACL.pm b/lib/Youri/Submit/Check/ACL.pm
index 7e13dcd..26de874 100644
--- a/lib/Youri/Submit/Check/ACL.pm
+++ b/lib/Youri/Submit/Check/ACL.pm
@@ -37,7 +37,7 @@ sub run {
foreach my $t (keys %$acl) {
next if $target !~ /$t/;
foreach my $acl (@{$acl->{$t}}) {
- my ($arch, $media, $r, $users) = @$acl;
+ my ($a, $media, $r, $users) = @$acl;
next if $arch !~ $a || $srpm !~ $r || $media !~ $media;
if ($user =~ /$users/) {
return