builder/vmware/common: remove unnecessary tags

This commit is contained in:
Mitchell Hashimoto 2014-05-10 10:21:44 -07:00
parent d925331902
commit 6a930d819c
1 changed files with 3 additions and 3 deletions

View File

@ -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
}