summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index 9066e48e..913ff48a 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -860,7 +860,7 @@ sub add_distrib_media {
no_reload_config => 1, #- no need to reload config each time, since we don't update the media
%options,
# the following override %options
- update => $is_update_media ? 1 : 0,
+ update => $is_update_media ? 1 : undef,
);
++$medium;
}