From 475bbf71ac6fa41ea7e0f6ab9237e9ed8354efd5 Mon Sep 17 00:00:00 2001 From: immarvin Date: Sun, 3 Nov 2013 22:01:35 -0800 Subject: [PATCH] correct a syntax --- xCAT-server/lib/xcat/plugins/imgport.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/imgport.pm b/xCAT-server/lib/xcat/plugins/imgport.pm index 02aa08acf..ee5e5c831 100644 --- a/xCAT-server/lib/xcat/plugins/imgport.pm +++ b/xCAT-server/lib/xcat/plugins/imgport.pm @@ -1312,7 +1312,7 @@ sub manifest_adapter { } } - foreach my $col(keys %colstodel){ + foreach my $col (keys %colstodel){ delete($data->{$col}); }