From 28de1225799e3227368dd68098b8115977828af5 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 3 Sep 2014 20:33:22 -0700 Subject: [PATCH] builder/virtualbox: fix typo --- builder/virtualbox/common/step_download_guest_additions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/virtualbox/common/step_download_guest_additions.go b/builder/virtualbox/common/step_download_guest_additions.go index 85af049ea..029c7d85b 100644 --- a/builder/virtualbox/common/step_download_guest_additions.go +++ b/builder/virtualbox/common/step_download_guest_additions.go @@ -96,7 +96,7 @@ func (s *StepDownloadGuestAdditions) Run(state multistep.StateBag) multistep.Ste "Please specify `guest_additions_url` manually.") state.Put("error", err) ui.Error(err.Error()) - return multi.ActionHalt + return multistep.ActionHalt } if checksumType != "none" {