Skip to content

Commit

Permalink
Update config.go (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
lomeroe authored Oct 25, 2022
1 parent f94babb commit 2be080a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder/nutanix/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ func (c *Config) Prepare(raws ...interface{}) ([]string, error) {

errs = packersdk.MultiErrorAppend(errs, c.ShutdownConfig.Prepare(&c.ctx)...)
errs = packersdk.MultiErrorAppend(errs, c.CDConfig.Prepare(&c.ctx)...)
errs = packersdk.MultiErrorAppend(errs, c.CommConfig.Prepare(&c.ctx)...)

if errs != nil && len(errs.Errors) > 0 {
return warnings, errs
Expand Down

0 comments on commit 2be080a

Please sign in to comment.