Merge pull request #4707 from mitchellh/typo

fix typo
This commit is contained in:
Matthew Hooker 2017-03-24 11:57:17 -07:00 committed by GitHub
commit 0c4b67ff14
1 changed files with 1 additions and 1 deletions

View File

@ -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