using vmx extension as default
This commit is contained in:
parent
99dd19ccfd
commit
f1773a57f8
|
@ -28,7 +28,7 @@ func NewStepMarkAsTemplate(vmname, source string) *stepMarkAsTemplate {
|
|||
remoteFolder = local[1]
|
||||
vmname = local[2]
|
||||
|
||||
source = path.Join("/vmfs/volumes/", datastore, vmname, vmname+path.Ext(source))
|
||||
source = path.Join("/vmfs/volumes/", datastore, vmname, vmname+".vmx")
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue