mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 10:21:20 -05:00
builder/parallels: update builder ID
We're using packer namespace now
This commit is contained in:
parent
1c49987442
commit
3a68c8aaef
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import (
|
|||
)
|
||||
|
||||
// This is the common builder ID to all of these artifacts.
|
||||
const BuilderId = "rickard-von-essen.parallels"
|
||||
const BuilderId = "packer.parallels"
|
||||
|
||||
// These are the extensions of files and directories that are unnecessary for the function
|
||||
// of a Parallels virtual machine.
|
||||
|
|
|
|||
Loading…
Reference in a new issue