Commit 493c8d95 authored by Mikhail Zholobov's avatar Mikhail Zholobov

builder/parallels: fixed Builder ID

Caused by changing namespace to 'packer.*' (3a68c8aa)
parent 5a4a5842
...@@ -21,7 +21,7 @@ var builtins = map[string]string{ ...@@ -21,7 +21,7 @@ var builtins = map[string]string{
"mitchellh.virtualbox": "virtualbox", "mitchellh.virtualbox": "virtualbox",
"mitchellh.vmware": "vmware", "mitchellh.vmware": "vmware",
"pearkes.digitalocean": "digitalocean", "pearkes.digitalocean": "digitalocean",
"rickard-von-essen.parallels": "parallels", "packer.parallels": "parallels",
} }
type Config struct { type Config struct {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment