Skip to content

Commit

Permalink
Merge pull request #6792 from Poddo/master
Browse files Browse the repository at this point in the history
Update provisioner.go
  • Loading branch information
azr authored Oct 3, 2018
2 parents 626a3cc + 72391f8 commit 83590b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion provisioner/windows-restart/provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ var waitForRestart = func(p *Provisioner, comm packer.Communicator) error {
// Reboot already in progress but not completed
log.Printf("Reboot already in progress, waiting...")
time.Sleep(10 * time.Second)
break
}
if cmd.ExitStatus == 0 {
// Cancel reboot we created to test if machine was already rebooting
Expand Down

0 comments on commit 83590b5

Please sign in to comment.