This commit is contained in:
Mitchell Hashimoto 2013-07-23 22:36:09 -05:00
parent 32c84c17b1
commit 2e82358d2a

View File

@ -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"
}
}
}