Commit 7d9b48e7 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

fmt

parent 6232d064
......@@ -107,7 +107,7 @@ func (p *PostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifact) (pac
datastore := "--datastore=" + p.config.Datastore
network := "--network=" + p.config.VMNetwork
vm_folder := "--vmFolder=" + p.config.VMFolder
url := "vi://" + p.config.Username + ":" + p.config.Password + "@" + p.config.Host + "/" + p.config.Datacenter + "/" +p.config.PathToResoucePool
url := "vi://" + p.config.Username + ":" + p.config.Password + "@" + p.config.Host + "/" + p.config.Datacenter + "/" + p.config.PathToResoucePool
cmd := exec.Command(program, nossl, accepteulas, name, datastore, network, vm_folder, vmx, url)
......
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