Commit 6a930d81 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/vmware/common: remove unnecessary tags

parent d9253319
...@@ -12,9 +12,9 @@ type toolsUploadPathTemplate struct { ...@@ -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
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment