command/build: Specify a provisioner function

This commit is contained in:
Mitchell Hashimoto 2013-05-22 16:56:04 -07:00
parent 534f32067a
commit d919f9545a
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ func (Command) Run(env packer.Environment, args []string) int {
components := &packer.ComponentFinder{
Builder: env.Builder,
Hook: env.Hook,
Provisioner: env.Provisioner,
}
// Go through each builder and compile the builds that we care about