Commit 38d1d7fd authored by Ross Smith II's avatar Ross Smith II

Update vmx_config.go

Tiny typo.
I really should add a unit test here.
parent b397d75a
......@@ -51,7 +51,7 @@ func (c *VMXConfig) Prepare(t *packer.ConfigTemplate) []error {
continue
}
newVMXData[k] = v
newVMXDataPost[k] = v
}
c.VMXDataPost = newVMXDataPost
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment