Hi,
as I understand path.Join there should be automatically concatenated a slash inbetween dcPath and folder (https://github.com/hashicorp/packer/blob/master/post-processor/vsphere-template/step_create_folder.go#L25)
Can you explain why the binding to root is enforced?
|
errs, fmt.Errorf("Folder must be bound to the root")) |
Thank you!