From 665b03a342a6d0aa1f8c382b5fe2beb360cc49a5 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 23 Jul 2013 22:36:09 -0500 Subject: [PATCH] fmt --- builder/vmware/step_clean_vmx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/vmware/step_clean_vmx.go b/builder/vmware/step_clean_vmx.go index 3aec60f7e..b6519858b 100644 --- a/builder/vmware/step_clean_vmx.go +++ b/builder/vmware/step_clean_vmx.go @@ -60,7 +60,7 @@ func (s stepCleanVMX) Run(state map[string]interface{}) multistep.StepAction { if filename == isoPath { // Change the CD-ROM device back to auto-detect to eject vmxData[filenameKey] = "auto detect" - vmxData[match + ".deviceType"] = "cdrom-raw" + vmxData[match+".deviceType"] = "cdrom-raw" } } }