fmt
This commit is contained in:
parent
425aaf2cea
commit
665b03a342
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue