hashicorp / packer-plugin-vsphere

Packer plugin for VMware vSphere Builder
https://www.packer.io/docs/builders/vsphere
Mozilla Public License 2.0
96 stars 93 forks source link

refactor: post-processor ui errors #445

Closed tenthirtyam closed 3 months ago

tenthirtyam commented 3 months ago

Description

Refactors instances of ui.Error(err.Error()) to use ui.Errorf("%s", err) in the post processors, as introduced in v0.5.3 of the packer-plugin-sdk.