mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-07 20:10:14 +00:00
correct a syntax
This commit is contained in:
@@ -1312,7 +1312,7 @@ sub manifest_adapter {
|
||||
}
|
||||
}
|
||||
|
||||
foreach my $col(keys %colstodel){
|
||||
foreach my $col (keys %colstodel){
|
||||
delete($data->{$col});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user