builder/vmware, builder/virtualbox: Don't continue if ISO error

pull/24/merge
Mitchell Hashimoto 13 years ago
parent 4d41d90c97
commit cf2fb01edb

@ -67,6 +67,7 @@ DownloadWaitLoop:
err := fmt.Errorf("Error downloading ISO: %s", err)
state["error"] = err
ui.Error(err.Error())
return multistep.ActionHalt
}
break DownloadWaitLoop

@ -67,6 +67,7 @@ DownloadWaitLoop:
err := fmt.Errorf("Error downloading ISO: %s", err)
state["error"] = err
ui.Error(err.Error())
return multistep.ActionHalt
}
break DownloadWaitLoop

Loading…
Cancel
Save