From b740895227d04359e22a440e298f3b0b060b1b75 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 18 Jan 2002 10:24:07 +0000 Subject: fixed typo. --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index ec8a4b4d9..0c705fc34 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -930,7 +930,7 @@ Do you want to install the updates ?"))) || return; } else { #- make sure to not try to install the packages (which are automatically selected by getPackage above). #- this is possible by deselecting the medium (which can be re-selected above). - delete $update_medium->{select}; + delete $update_medium->{selected}; } } -- cgit v1.2.1