mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-25 01:04:00 -04:00
@@ -54,7 +54,7 @@ func (s *StepRemoveDevices) Run(state multistep.StateBag) multistep.StepAction {
|
||||
}
|
||||
vboxErr = driver.VBoxManage(command...)
|
||||
if vboxErr != nil {
|
||||
log.Printf("Error removing floppy controller. Retrying")
|
||||
log.Printf("Error removing floppy controller. Retrying.")
|
||||
return false, nil
|
||||
}
|
||||
return true, nil
|
||||
|
||||
Reference in New Issue
Block a user