Correct full clone logic
This commit is contained in:
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…
Reference in New Issue