diff options
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 545fa9677..26bb636af 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -131,9 +131,9 @@ sub setPackages { my ($o, $install_classes) = @_; install_any::setPackages($o, $install_classes); } -sub findPackagesToUpgrade { +sub selectPackagesToUpgrade { my ($o) = @_; - install_any::findPackagesToUpgrade($o); + install_any::selectPackagesToUpgrade($o); } sub choosePackages($$$) { |