summaryrefslogtreecommitdiffstats
path: root/perl-install/crypto.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-01-18 10:24:07 +0000
committerFrancois Pons <fpons@mandriva.com>2002-01-18 10:24:07 +0000
commitb740895227d04359e22a440e298f3b0b060b1b75 (patch)
tree8628db876f1cd722737577c702368d030d195dce /perl-install/crypto.pm
parent0a74a5c3d3e8f6bf97733e7fb16b7d6a546a9a93 (diff)
downloaddrakx-backup-do-not-use-b740895227d04359e22a440e298f3b0b060b1b75.tar
drakx-backup-do-not-use-b740895227d04359e22a440e298f3b0b060b1b75.tar.gz
drakx-backup-do-not-use-b740895227d04359e22a440e298f3b0b060b1b75.tar.bz2
drakx-backup-do-not-use-b740895227d04359e22a440e298f3b0b060b1b75.tar.xz
drakx-backup-do-not-use-b740895227d04359e22a440e298f3b0b060b1b75.zip
fixed typo.
Diffstat (limited to 'perl-install/crypto.pm')
-rw-r--r--perl-install/crypto.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm
index f5a80d4c3..4b7e48572 100644
--- a/perl-install/crypto.pm
+++ b/perl-install/crypto.pm
@@ -128,7 +128,7 @@ sub getPackages {
#- keep in mind where is the URL prefix used according to mirror (for install_any::install_urpmi).
$update_medium->{prefix} = "ftp://$mirror" . dir($mirror);
#- (re-)enable the medium to allow install of package.
- $update_medium->{select} = 1;
+ $update_medium->{selected} = 1;
return $update_medium;
}