summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2006-03-03 15:52:18 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2006-03-03 15:52:18 +0000
commitd618ba396ff0d41034c3ab191dd555933dbcf9f2 (patch)
tree5b0397ccc108a87f1e7d4a81f7da14f2fee69268 /mdkupdate
parent026721744c22e2f02a595eda5970bd02121101b2 (diff)
downloadmgaonline-d618ba396ff0d41034c3ab191dd555933dbcf9f2.tar
mgaonline-d618ba396ff0d41034c3ab191dd555933dbcf9f2.tar.gz
mgaonline-d618ba396ff0d41034c3ab191dd555933dbcf9f2.tar.bz2
mgaonline-d618ba396ff0d41034c3ab191dd555933dbcf9f2.tar.xz
mgaonline-d618ba396ff0d41034c3ab191dd555933dbcf9f2.zip
fix media name to use for bundles
Diffstat (limited to 'mdkupdate')
-rwxr-xr-xmdkupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkupdate b/mdkupdate
index e97050ed..535871b7 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -156,7 +156,7 @@ You need to update to a newer version. You can get a new one from http://start.m
$bundle =~ s/\.rpm$//;
my $bundle_mirror = find { $_ =~ /^bundle/ } keys %mirrors;
push(@bundles, $bundle);
- install_pkgs($in, \@bundles, $mirrors{$bundle_mirror}, { is_bundle => 1 });
+ install_pkgs($in, \@bundles, $bundle_mirror, { is_bundle => 1 });
}
}