From d919f9545a0350d6074429d6446404d7b82deeff Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 22 May 2013 16:56:04 -0700 Subject: [PATCH] command/build: Specify a provisioner function --- command/build/command.go | 1 + 1 file changed, 1 insertion(+) diff --git a/command/build/command.go b/command/build/command.go index 06c12931e..ed1ba09aa 100644 --- a/command/build/command.go +++ b/command/build/command.go @@ -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