From 96fa0f647103a00758fdae65ca93789b78596b53 Mon Sep 17 00:00:00 2001 From: lissav Date: Sun, 2 Oct 2011 10:34:54 +0000 Subject: [PATCH] go with nimprime for the attribute not case git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@10689 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/InstUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/InstUtils.pm b/perl-xCAT/xCAT/InstUtils.pm index 18906d34c..4f7e053bd 100644 --- a/perl-xCAT/xCAT/InstUtils.pm +++ b/perl-xCAT/xCAT/InstUtils.pm @@ -73,7 +73,7 @@ sub getnimprime my $nimprime = xCAT::Utils->get_site_Master(); my $sitetab = xCAT::Table->new('site'); - (my $et) = $sitetab->getAttribs({key => "NIMprime"}, 'value'); + (my $et) = $sitetab->getAttribs({key => "nimprime"}, 'value'); if ($et and $et->{value}) { $nimprime = $et->{value};