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 {
}
type StepUploadTools struct {
RemoteType string `mapstructure:"remote_type"`
ToolsUploadFlavor string `mapstructure:"tools_upload_flavor"`
ToolsUploadPath string `mapstructure:"tools_upload_path"`
RemoteType string
ToolsUploadFlavor string
ToolsUploadPath string
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