builder/virtualbox: fix compilation
This commit is contained in:
parent
3c5c9a6ea3
commit
ac36b33f98
|
@ -49,7 +49,6 @@ func (s *stepAttachISO) Cleanup(state multistep.StateBag) {
|
|||
}
|
||||
|
||||
driver := state.Get("driver").(Driver)
|
||||
ui := state.Get("ui").(packer.Ui)
|
||||
vmName := state.Get("vmName").(string)
|
||||
|
||||
command := []string{
|
||||
|
|
Loading…
Reference in New Issue