diff --git a/builder/proxmox/clone/builder.go b/builder/proxmox/clone/builder.go index 7dfb906a8..981322634 100644 --- a/builder/proxmox/clone/builder.go +++ b/builder/proxmox/clone/builder.go @@ -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 }