diff --git a/perl-xCAT/xCAT/PPCcfg.pm b/perl-xCAT/xCAT/PPCcfg.pm index 53986f017..57142a474 100644 --- a/perl-xCAT/xCAT/PPCcfg.pm +++ b/perl-xCAT/xCAT/PPCcfg.pm @@ -94,7 +94,7 @@ sub parse_args { } $request->{hwtype} = ($ntype =~ /^cec$/) ? "fsp" : "bpa"; } else { - push @newnodes, $_; + push @newnodes, $snode; $request->{hwtype} = $ntype; } }