diff options
-rw-r--r-- | perl-install/network/pxe.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/pxe.pm b/perl-install/network/pxe.pm index d0c9a384a..cca17a7c9 100644 --- a/perl-install/network/pxe.pm +++ b/perl-install/network/pxe.pm @@ -239,7 +239,7 @@ sub list_profiles { sort(uniq(map { keys %{$profiles_conf->{profiles}{$_}} } qw(boot install))); } -sub profiles_exist { +sub profile_exists { my ($profiles_conf, $profile) = @_; member($profile, network::pxe::list_profiles($profiles_conf)); } |