2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-19 09:40:21 +00:00

correct a syntax

This commit is contained in:
immarvin
2013-11-03 22:02:49 -08:00
parent 4904b08a78
commit 67c66abb1e

View File

@@ -1388,7 +1388,7 @@ sub manifest_adapter {
}
}
foreach my $col(keys %colstodel){
foreach my $col (keys %colstodel){
delete($data->{$col});
}