builder/googlecompute: set ID to packer namespace now thats in core
This commit is contained in:
parent
0b40251a29
commit
a78b10c06d
|
@ -14,7 +14,7 @@ import (
|
|||
)
|
||||
|
||||
// The unique ID for this builder.
|
||||
const BuilderId = "kelseyhightower.googlecompute"
|
||||
const BuilderId = "packer.googlecompute"
|
||||
|
||||
// Builder represents a Packer Builder.
|
||||
type Builder struct {
|
||||
|
|
Loading…
Reference in New Issue