Correct full clone logic

pull/9626/head
Jeff Wong 6 years ago
parent 681d0f8467
commit 018a1a5da0

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

Loading…
Cancel
Save