This commit is contained in:
Mitchell Hashimoto 2013-07-23 22:36:09 -05:00
parent 425aaf2cea
commit 665b03a342
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ func (s stepCleanVMX) Run(state map[string]interface{}) multistep.StepAction {
if filename == isoPath { if filename == isoPath {
// Change the CD-ROM device back to auto-detect to eject // Change the CD-ROM device back to auto-detect to eject
vmxData[filenameKey] = "auto detect" vmxData[filenameKey] = "auto detect"
vmxData[match + ".deviceType"] = "cdrom-raw" vmxData[match+".deviceType"] = "cdrom-raw"
} }
} }
} }