From 9d7ddd69f6f357361f6dfd00b5e0020831fc99ed Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 14 Jan 2002 20:58:41 +0000 Subject: fix typo (making auto installs working again) --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index f562cb272..ab82c6a84 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -598,7 +598,7 @@ sub installCrypto { $o->pkg_install(@{$u->{packages}}); } -sub installUpates { +sub installUpdates { my ($o) = @_; my $u = $o->{updates} or return; $u->{updates} or return; -- cgit v1.2.1