From 785f75f82572c432fbb8aed5700aec520bdb743f Mon Sep 17 00:00:00 2001 From: root Date: Mon, 20 Jun 2016 07:06:18 -0400 Subject: [PATCH] fix a typo --- perl-xCAT/xCAT/ProfiledNodeUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/ProfiledNodeUtils.pm b/perl-xCAT/xCAT/ProfiledNodeUtils.pm index bf8a88547..0148aa664 100644 --- a/perl-xCAT/xCAT/ProfiledNodeUtils.pm +++ b/perl-xCAT/xCAT/ProfiledNodeUtils.pm @@ -1356,7 +1356,7 @@ sub gen_chain_for_profiles{ } if ((exists $netprofileattr->{"bmc"}) and $hw_reconfig){ - if ((($netboot eq 'petitboot') and ($comments eq 'openpower')) or ($netboot ne 'petiboot')) + if ((($netboot eq 'petitboot') and ($comments eq 'openpower')) or ($netboot ne 'petitboot')) { if (index($final_chain, "runcmd=bmcsetup") == -1){ $final_chain = 'runcmd=bmcsetup,'.$final_chain.':reboot4deploy';