fix typo
This commit is contained in:
parent
dc72af66eb
commit
35480e21b2
@ -54,7 +54,7 @@ func (s *StepRemoveDevices) Run(state multistep.StateBag) multistep.StepAction {
|
|||||||
}
|
}
|
||||||
vboxErr = driver.VBoxManage(command...)
|
vboxErr = driver.VBoxManage(command...)
|
||||||
if vboxErr != nil {
|
if vboxErr != nil {
|
||||||
log.Printf("Error removing floppy controller. Retrying")
|
log.Printf("Error removing floppy controller. Retrying.")
|
||||||
return false, nil
|
return false, nil
|
||||||
}
|
}
|
||||||
return true, nil
|
return true, nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user