correct a syntax

This commit is contained in:
immarvin 2013-11-03 22:01:35 -08:00
parent 80ac6ee67d
commit 475bbf71ac

View File

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