Commit 074d2bf9 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/common: continue after creating floppy

parent d7ecf57b
......@@ -98,7 +98,7 @@ func (s *StepCreateFloppy) Run(state map[string]interface{}) multistep.StepActio
// Set the path to the floppy so it can be used later
state["floppy_path"] = s.floppyPath
return multistep.ActionHalt
return multistep.ActionContinue
}
func (s *StepCreateFloppy) Cleanup(map[string]interface{}) {
......
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