fmt
This commit is contained in:
parent
dc74c2bbdd
commit
67afff5ede
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue