summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi b/urpmi
index d608ce70..2205f259 100755
--- a/urpmi
+++ b/urpmi
@@ -347,7 +347,7 @@ if ($urpm->{root}) {
if ($auto_update && !$bug && !$env) {
#- For translators : there are several media here
$urpm->{log}(N("Updating media...\n"));
- urpm::media::read_config($urpm);
+ urpm::media::read_config($urpm, '');
urpm::media::update_media($urpm,
all => 1,
callback => \&urpm::download::sync_logger,