Commit ac36b33f authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/virtualbox: fix compilation

parent 3c5c9a6e
...@@ -49,7 +49,6 @@ func (s *stepAttachISO) Cleanup(state multistep.StateBag) { ...@@ -49,7 +49,6 @@ func (s *stepAttachISO) Cleanup(state multistep.StateBag) {
} }
driver := state.Get("driver").(Driver) driver := state.Get("driver").(Driver)
ui := state.Get("ui").(packer.Ui)
vmName := state.Get("vmName").(string) vmName := state.Get("vmName").(string)
command := []string{ command := []string{
......
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