summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpm/download.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/download.pm b/urpm/download.pm
index 9e3a4882..9f9624d6 100644
--- a/urpm/download.pm
+++ b/urpm/download.pm
@@ -515,7 +515,7 @@ sub sync_curl {
"--stderr", "-", # redirect everything to stdout
@all_files);
$options->{debug} and $options->{debug}($cmd);
- $result = _curl_action($cmd,$options,@l);
+ $result = _curl_action($cmd, $options, @l);
}
chdir $cwd;
$result;