aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Rpmdrake/edit_urpm_sources.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/Rpmdrake/edit_urpm_sources.pm b/Rpmdrake/edit_urpm_sources.pm
index d4d5d473..d6548456 100644
--- a/Rpmdrake/edit_urpm_sources.pm
+++ b/Rpmdrake/edit_urpm_sources.pm
@@ -136,10 +136,9 @@ Is it ok to continue?", $distro),
arch => $arch,
) or return 0;
ref $mirror or return;
- my $m = $mirror->{url};
+ my $url = $mirror->{url};
my $is_update = $mirror->{type} eq 'updates';
my $wait = wait_msg(N("Please wait, adding media..."));
- my $url = $m;
my $medium_name;
if ($rpmdrake::mandrake_release =~ /(\d+\.\d+) \((\w+)\)/) {
$medium_name = $2 . $1 . '-';