mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-22 07:51:39 -04:00
builder/common: continue after creating floppy
This commit is contained in:
@@ -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{}) {
|
||||
|
||||
Reference in New Issue
Block a user