Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update to address ci failure
Browse files Browse the repository at this point in the history
Update to address ci failure.

Signed-off-by: Ryan Johnson <johnsonryan@vmware.com>
Ryan Johnson authored and lbajolet-hashicorp committed Oct 19, 2023
1 parent 031202e commit 360717f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post-processor/vsphere-template/step_mark_as_template.go
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ func NewStepMarkAsTemplate(artifact packersdk.Artifact, p *PostProcessor) *stepM
remoteFolder := "Discovered virtual machine"
//if post-processor config folder is not null, use the folder as remoteFolder
if p.config.Folder != "" {
    remoteFolder = p.config.Folder
remoteFolder = p.config.Folder
}
vmname := artifact.Id()

0 comments on commit 360717f

Please sign in to comment.