From 67c66abb1e1b1a2a87e05f6c83728c81cd454b60 Mon Sep 17 00:00:00 2001 From: immarvin Date: Sun, 3 Nov 2013 22:02:49 -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 d9af3c7c9..8836a7e1e 100644 --- a/xCAT-server/lib/xcat/plugins/imgport.pm +++ b/xCAT-server/lib/xcat/plugins/imgport.pm @@ -1388,7 +1388,7 @@ sub manifest_adapter { } } - foreach my $col(keys %colstodel){ + foreach my $col (keys %colstodel){ delete($data->{$col}); }