From 3a68c8aaef3732b46c34d3efdfda7fd6fe215be0 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 1 May 2014 13:59:52 -0700 Subject: [PATCH] builder/parallels: update builder ID We're using packer namespace now --- builder/parallels/common/artifact.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/parallels/common/artifact.go b/builder/parallels/common/artifact.go index 308b99f72..4930e0c32 100644 --- a/builder/parallels/common/artifact.go +++ b/builder/parallels/common/artifact.go @@ -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.