Remove errant die statement.

This commit is contained in:
James Van Dyke 2013-07-06 00:17:28 -04:00
parent 6e1e92f14f
commit c24e74c699
1 changed files with 1 additions and 1 deletions

View File

@ -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("Error running Chef Solo: %s", err)
} }
return fmt.Errorf("Die") // return fmt.Errorf("Die")
return nil return nil
} }