Commit 82fad98b authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/vmware/vmx: set the settings for cloning vmx

parent eeeaec35
......@@ -54,7 +54,9 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
Force: b.config.PackerForce,
},
&StepCloneVMX{
Path: b.config.SourcePath,
OutputDir: b.config.OutputDir,
Path: b.config.SourcePath,
VMName: b.config.VMName,
},
}
......
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