Commit 28de1225 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/virtualbox: fix typo

parent 94f385ec
...@@ -96,7 +96,7 @@ func (s *StepDownloadGuestAdditions) Run(state multistep.StateBag) multistep.Ste ...@@ -96,7 +96,7 @@ func (s *StepDownloadGuestAdditions) Run(state multistep.StateBag) multistep.Ste
"Please specify `guest_additions_url` manually.") "Please specify `guest_additions_url` manually.")
state.Put("error", err) state.Put("error", err)
ui.Error(err.Error()) ui.Error(err.Error())
return multi.ActionHalt return multistep.ActionHalt
} }
if checksumType != "none" { if checksumType != "none" {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment