diff options
Diffstat (limited to 'emi')
-rwxr-xr-x | emi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,7 +143,7 @@ sub done_func { $pkg_tree{$prefix}{media}{$media}{excluded_arch}{$arch} = 1; } } elsif ($suffix =~ /^\.(\w+)$/) { - my ($action) = $1; + my $action = $1; if ($action eq 'upload') { plog('DEBUG', "found already uploaded ($prefix)"); $pkg_tree{$prefix}{media}{$media}{uploaded} = 1; |