Skip to content

Commit

Permalink
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 <[email protected]>
  • Loading branch information
Ryan Johnson authored and lbajolet-hashicorp committed Oct 19, 2023
1 parent 0150584 commit 59eb615
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
Expand Up @@ -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()

Expand Down

0 comments on commit 59eb615

Please sign in to comment.