Update vmx_config.go

Tiny typo.
I really should add a unit test here.
pull/1167/head
Ross Smith II 12 years ago
parent b397d75a52
commit 38d1d7fd3c

@ -51,7 +51,7 @@ func (c *VMXConfig) Prepare(t *packer.ConfigTemplate) []error {
continue
}
newVMXData[k] = v
newVMXDataPost[k] = v
}
c.VMXDataPost = newVMXDataPost

Loading…
Cancel
Save