Correct full clone logic

This commit is contained in:
Jeff Wong 2020-09-14 12:15:07 -07:00
parent 681d0f8467
commit 018a1a5da0
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ func (*cloneVMCreator) Create(vmRef *proxmoxapi.VmRef, config proxmoxapi.ConfigQ
comm := state.Get("comm").(*communicator.Config)
fullClone := 1
if c.FullClone {
if c.FullClone == false {
fullClone = 0
}