From caf8e249b631bdc7b502a4a3f7bb8fa9a8926f87 Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Tue, 13 Nov 2012 07:02:17 +0000 Subject: [PATCH] Change desc to description according to latest Schema.pm git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14314 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/kit.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/kit.pm b/xCAT-server/lib/xcat/plugins/kit.pm index 6e8aa5ed7..742c456c2 100644 --- a/xCAT-server/lib/xcat/plugins/kit.pm +++ b/xCAT-server/lib/xcat/plugins/kit.pm @@ -874,7 +874,7 @@ sub addkit if ( $inspection ) { my %rsp; push@{ $rsp{data} }, "kitname=$kithash{kitname}"; - push@{ $rsp{data} }, " desc=$kithash{desc}"; + push@{ $rsp{data} }, " description=$kithash{description}"; push@{ $rsp{data} }, " version=$kithash{version}"; push@{ $rsp{data} }, " ostype=$kithash{ostype}"; xCAT::MsgUtils->message( "I", \%rsp, $callback );