mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-13 18:50:11 -04:00
fix empty return
This commit is contained in:
parent
a93721c54d
commit
e6477d13fb
1 changed files with 0 additions and 2 deletions
|
|
@ -74,8 +74,6 @@ func (p *Provisioner) Provision(ui packer.Ui, comm packer.Communicator) error {
|
|||
case <-result:
|
||||
return nil
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
func (p *Provisioner) Cancel() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue