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