aboutsummaryrefslogtreecommitdiffstats
path: root/emi
diff options
context:
space:
mode:
Diffstat (limited to 'emi')
-rwxr-xr-xemi2
1 files changed, 1 insertions, 1 deletions
diff --git a/emi b/emi
index 5d8fd2f..c9efa9e 100755
--- a/emi
+++ b/emi
@@ -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;