plugin/provisioner-chef-solo: compile

This commit is contained in:
Mitchell Hashimoto 2013-08-27 14:31:42 -07:00
parent e0414aa056
commit 476d870be5
2 changed files with 2 additions and 1 deletions

View File

@ -6,5 +6,5 @@ import (
) )
func main() { func main() {
plugin.ServeProvisioner(new(chefSolo.Provisioner)) plugin.ServeProvisioner(new(chefsolo.Provisioner))
} }

View File

@ -0,0 +1 @@
package main