-Fix redundant renergy command output

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5290 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-02-24 18:19:27 +00:00
parent 9eb882293b
commit d356d77859

View File

@ -3926,7 +3926,7 @@ sub renergy_withiem {
if ($directive =~ /cappingmin/) {
$sessdata->{iem}->prep_get_mincap();
process_data_from_iem($sessdata);
} elsif ($directive =~ /cappingmax/) {
} elsif ($directive =~ /cappingmax$/) {
$sessdata->{iem}->prep_get_maxcap();
process_data_from_iem($sessdata);
}