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