Commit ffa7dff5 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

fmt

parent 31522931
...@@ -73,7 +73,7 @@ func (p *Provisioner) Prepare(raws ...interface{}) error { ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment