pull/919/head
Mitchell Hashimoto 13 years ago
parent 315229319e
commit ffa7dff585

@ -73,7 +73,7 @@ func (p *Provisioner) Prepare(raws ...interface{}) error {
errs = packer.MultiErrorAppend(errs, errs = packer.MultiErrorAppend(errs,
errors.New("local_state_tree must exist and be accessible")) errors.New("local_state_tree must exist and be accessible"))
} }
} }
if errs != nil && len(errs.Errors) > 0 { if errs != nil && len(errs.Errors) > 0 {
return errs return errs

Loading…
Cancel
Save