summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm')
-rw-r--r--os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
index 00c54f7f..19e88615 100644
--- a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
+++ b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
@@ -179,7 +179,7 @@ sub installationPhase
# variants because we do not know which on is selected on client level
# (code depends on distro/version and vmware location)
# for local ... other vm-installations (TODO: generate list)
- @types = qw( local );
+ my @type = qw( local );
foreach my $type (@type) {
# location of the vmware stuff, "local" for directly installed
# package (more sophisticated assignment might be needed ...)