From 9c692705a7df1d92e5e0f3c4aa2453bf0bdab170 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 30 Jul 2009 13:16:04 +0000 Subject: slight clean-up in wget downloading handling --- urpm/dudf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm/dudf.pm') 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"); -- cgit v1.2.1