From 0dab1d959ab57dcfbadb3beb221fdbee199e97a6 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Wed, 9 Dec 2009 15:30:59 +0000 Subject: [PATCH] fix a typo from nodehm.mgt to nodehm:mgt git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4744 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/hmc.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/hmc.pm b/xCAT-server/lib/xcat/plugins/hmc.pm index 574761706..5671b1d08 100644 --- a/xCAT-server/lib/xcat/plugins/hmc.pm +++ b/xCAT-server/lib/xcat/plugins/hmc.pm @@ -25,7 +25,7 @@ sub handled_commands { mkhwconn => 'nodehm:mgt', rmhwconn => 'nodehm:mgt', lshwconn => 'nodehm:mgt', - renergy => 'nodehm.mgt' + renergy => 'nodehm:mgt' }; }