using vmx extension as default

This commit is contained in:
bugbuilder 2017-09-23 03:01:35 -03:00
parent 99dd19ccfd
commit f1773a57f8
1 changed files with 1 additions and 1 deletions

View File

@ -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")
}