From 074d2bf937bb28200ffed9f4c37cf7f8e96c89b6 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 8 Jul 2013 21:24:09 -0700 Subject: [PATCH] builder/common: continue after creating floppy --- builder/common/step_create_floppy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/common/step_create_floppy.go b/builder/common/step_create_floppy.go index 9e0bf4e33..9909811fe 100644 --- a/builder/common/step_create_floppy.go +++ b/builder/common/step_create_floppy.go @@ -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{}) {