Commit 67afff5e authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

fmt

parent dc74c2bb
......@@ -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")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment