Commit d73844c3 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

plugin/builder-vmware: fix package

parent 91392feb
package main
import (
"github.com/mitchellh/packer/builder/vmware"
"github.com/mitchellh/packer/builder/vmware/iso"
"github.com/mitchellh/packer/packer/plugin"
)
......@@ -10,6 +10,6 @@ func main() {
if err != nil {
panic(err)
}
server.RegisterBuilder(new(vmware.Builder))
server.RegisterBuilder(new(iso.Builder))
server.Serve()
}
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