diff options
-rwxr-xr-x | edit-urpm-sources.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edit-urpm-sources.pl b/edit-urpm-sources.pl index 99009a1f..7b0cffaa 100755 --- a/edit-urpm-sources.pl +++ b/edit-urpm-sources.pl @@ -138,7 +138,7 @@ really want to replace it?"), yesno => 1) or return 0; $urpm->remove_selected_media; } add_medium_and_check($urpm, N("Please wait, adding medium..."), - { probe_with_hdlist => member($type, qw(removable local)) && $i{hdlist} eq '' }, + { probe_with_hdlist => $i{hdlist} eq '' }, $i{name}, $make_url{$type}, $i{hdlist}, update => $type eq 'security'); return 1; } |