builder/virtualbox: fix typo

pull/1391/merge
Mitchell Hashimoto 12 years ago
parent 94f385ecf9
commit 28de122579

@ -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" {

Loading…
Cancel
Save