Remove errant die statement.

pull/167/head
James Van Dyke 13 years ago
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…
Cancel
Save