diff options
-rw-r--r-- | lib/Iurt/Emi.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Iurt/Emi.pm b/lib/Iurt/Emi.pm index 97d9edd..f7a76fb 100644 --- a/lib/Iurt/Emi.pm +++ b/lib/Iurt/Emi.pm @@ -77,7 +77,7 @@ sub find_prefixes_ready_to_upload { # We already have found universal finisher in that media, we're fine next if exists $targets{$target}{$media}{arch_finisher}{noarch}; - my %arches_to_upload = {}; + my %arches_to_upload; foreach (@{$pkg_tree{$prefix}{media}{$media}{rpms}}) { next unless /\.([^.]*)\.rpm/; my $arch = $1; |