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

pull/2442/head
Chris Bednarski 11 years ago
parent da20c36454
commit 78174dae4e

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

Loading…
Cancel
Save