summaryrefslogtreecommitdiffstats
path: root/urpm/dudf.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/dudf.pm')
-rw-r--r--urpm/dudf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/dudf.pm b/urpm/dudf.pm
index f03e35be..8a8aec49 100644
--- a/urpm/dudf.pm
+++ b/urpm/dudf.pm
@@ -275,7 +275,7 @@ sub upload_dudf {
"-F id=" . $self->{dudf_uid},
$self->{upload_url},
);
- urpm::download::_curl_action($cmd, $options, @l, "upload", $cwd);
+ urpm::download::_curl_action($cmd, $options, @l, 1);
unlink $self->{dudf_file} . ".gz";
unlink $self->{dudf_file};
print N("\nYou can see your DUDF report at the following URL :\n\t");