Correct builder ID

This commit is contained in:
Jeff Wong 2020-09-14 11:59:47 -07:00
parent 99c3872a48
commit 681d0f8467
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import (
)
// The unique id for the builder
const BuilderID = "proxmox.clone"
const BuilderID = "proxmox.iso"
type Builder struct {
config Config