hashicorp / packer-plugin-vsphere

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

fix: `windows_options` nil and length check #343

Closed tenthirtyam closed 9 months ago

tenthirtyam commented 9 months ago

Description

Return nil if RunOnceCommandList is nil or if it is an empty slice.

Reference

Closes #269