fixed a typo
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16951 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
f5d013dc48
commit
f95c0026eb
@ -960,7 +960,7 @@ Usage:
|
||||
}
|
||||
|
||||
# remove entries which have method att been set
|
||||
foreach my $_ (keys %methodlist) {
|
||||
foreach (keys %methodlist) {
|
||||
$distab->delEntries({method => $_});
|
||||
}
|
||||
$distab->commit();
|
||||
|
Loading…
Reference in New Issue
Block a user