File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
"github.com/hashicorp/packer-plugin-vsphere/builder/vsphere/iso"
14
14
"github.com/hashicorp/packer-plugin-vsphere/builder/vsphere/supervisor"
15
15
"github.com/hashicorp/packer-plugin-vsphere/post-processor/vsphere"
16
- vsphere_template "github.com/hashicorp/packer-plugin-vsphere/post-processor/vsphere-template"
16
+ vsphereTemplate "github.com/hashicorp/packer-plugin-vsphere/post-processor/vsphere-template"
17
17
"github.com/hashicorp/packer-plugin-vsphere/version"
18
18
)
19
19
@@ -23,7 +23,7 @@ func main() {
23
23
pps .RegisterBuilder ("clone" , new (clone.Builder ))
24
24
pps .RegisterBuilder ("supervisor" , new (supervisor.Builder ))
25
25
pps .RegisterPostProcessor (plugin .DEFAULT_NAME , new (vsphere.PostProcessor ))
26
- pps .RegisterPostProcessor ("template" , new (vsphere_template .PostProcessor ))
26
+ pps .RegisterPostProcessor ("template" , new (vsphereTemplate .PostProcessor ))
27
27
pps .SetVersion (version .PluginVersion )
28
28
err := pps .Run ()
29
29
if err != nil {
You can’t perform that action at this time.
0 commit comments