builder/common: continue after creating floppy

This commit is contained in:
Mitchell Hashimoto 2013-07-08 21:24:09 -07:00
parent d7ecf57b06
commit 074d2bf937
1 changed files with 1 additions and 1 deletions

View File

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