builder/vmware/common: remove unnecessary tags
This commit is contained in:
parent
d925331902
commit
6a930d819c
|
@ -12,9 +12,9 @@ type toolsUploadPathTemplate struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type StepUploadTools struct {
|
type StepUploadTools struct {
|
||||||
RemoteType string `mapstructure:"remote_type"`
|
RemoteType string
|
||||||
ToolsUploadFlavor string `mapstructure:"tools_upload_flavor"`
|
ToolsUploadFlavor string
|
||||||
ToolsUploadPath string `mapstructure:"tools_upload_path"`
|
ToolsUploadPath string
|
||||||
Tpl *packer.ConfigTemplate
|
Tpl *packer.ConfigTemplate
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue