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 c7ab944..171ded0 100755
--- a/emi
+++ b/emi
@@ -260,7 +260,7 @@ foreach my $prefix (keys %pkg_tree) {
$text .= "- $rpm\n";
}
my $to = get_author_email($user) || "Unknown <$config->{admin}>";
- my $cc = undef;
+ my $cc;
$text .= "\nUpload log available in $config->{http_queue}/rejected/$path/$prefix.youri\n";
sendmail($to, $cc, "Upload failed for $rpms", $text, "Emi the upload bot <$config->{admin}>", 0);