mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-27 03:51:20 -05:00
fmt
This commit is contained in:
parent
315229319e
commit
ffa7dff585
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ func (p *Provisioner) Prepare(raws ...interface{}) error {
|
|||
errs = packer.MultiErrorAppend(errs,
|
||||
errors.New("local_state_tree must exist and be accessible"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if errs != nil && len(errs.Errors) > 0 {
|
||||
return errs
|
||||
|
|
|
|||
Loading…
Reference in a new issue