summaryrefslogtreecommitdiffstats
path: root/perl-install/crypto.pm
diff options
context:
space:
mode:
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;
}