Commit 2bce7ab2 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #1108 from legal90/master

Fix for Parallels builder ID in vagrant post-processor
parents 97115821 493c8d95
......@@ -21,7 +21,7 @@ var builtins = map[string]string{
"mitchellh.virtualbox": "virtualbox",
"mitchellh.vmware": "vmware",
"pearkes.digitalocean": "digitalocean",
"rickard-von-essen.parallels": "parallels",
"packer.parallels": "parallels",
}
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