Don't override packer's build version from a config file; fixes #2385

This commit is contained in:
Chris Bednarski 2015-07-13 19:03:36 -07:00
parent da20c36454
commit 78174dae4e
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ func (m *Meta) Core(tpl *template.Template) (*packer.Core, error) {
config := *m.CoreConfig
config.Template = tpl
config.Variables = m.flagVars
config.Version = m.Version
// Init the core
core, err := packer.NewCore(&config)