2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

Remove trailing spaces in file xCAT-server/lib/xcat/plugins/updatehwinv.pm

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent 2bf6a220cb
commit 69d4e066c8

View File

@ -65,7 +65,7 @@ sub update_hw_inv {
if ($basicdata) {
my $hwinv_tab = xCAT::Table->new("hwinv", -create => 1);
xCAT::MsgUtils->message("S", "xcat.hwinv: Update hwinv for $node");
xCAT::MsgUtils->message("S", "xcat.hwinv: Update hwinv for $node");
$hwinv_tab->setNodeAttribs($node, $basicdata);
}
if (@nodefs) {