This commit is contained in:
Mitchell Hashimoto 2014-09-03 21:27:54 -07:00
parent dc74c2bbdd
commit 67afff5ede
4 changed files with 5 additions and 5 deletions

View File

@ -58,7 +58,7 @@ func (s *StepConfigureVMX) Run(state multistep.StateBag) multistep.StepAction {
}
// Set a floppy disk, but only if we should
if ! s.SkipFloppy {
if !s.SkipFloppy {
// Set a floppy disk if we have one
if floppyPathRaw, ok := state.GetOk("floppy_path"); ok {
log.Println("Floppy path present, setting in VMX")