mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 06:21:41 -04:00
plugin/builder-vmware: fix package
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user