Remove errant die statement.
This commit is contained in:
parent
e5e97f3cc1
commit
3416f0760c
|
@ -148,7 +148,7 @@ func (p *Provisioner) Provision(ui packer.Ui, comm packer.Communicator) error {
|
|||
return fmt.Errorf("Error running Chef Solo: %s", err)
|
||||
}
|
||||
|
||||
return fmt.Errorf("Die")
|
||||
// return fmt.Errorf("Die")
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue