using vmx extension as default

pull/5380/head
bugbuilder 9 years ago
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…
Cancel
Save