mirror of https://github.com/hashicorp/packer
parent
8697cb6f6a
commit
399d8ab028
@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "github.com/mitchellh/packer/packer/plugin"
|
||||
|
||||
func main() {
|
||||
plugin.ServeCommand(new(buildCommand))
|
||||
}
|
||||
Loading…
Reference in new issue