builder/googlecompute: set ID to packer namespace now thats in core

This commit is contained in:
Mitchell Hashimoto 2013-12-12 15:11:03 -08:00
parent 0b40251a29
commit a78b10c06d
1 changed files with 1 additions and 1 deletions

View File

@ -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 {