From a69ac172e63d61b8d9f4648d22cf4132188a4895 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 4 Jun 2014 07:45:21 +0200 Subject: fix typo in commit df74e103d8de6d7cc45cc3e2a99f4b9c8fff6085 --- perl-install/install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/any.pm') diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index 675203c59..55ccea6af 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -283,7 +283,7 @@ sub ask_mirror { sub ask_suppl_media_url { my ($o, $method, $o_url) = @_; - if (member($method, qw(ftp http)) { + if (member($method, qw(ftp http))) { install::any::ask_mirror($o, 'distrib', $o_url); } elsif ($method eq 'cdrom') { 'cdrom://'; -- cgit v1.2.1