Commit d919f954 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

command/build: Specify a provisioner function

parent 534f3206
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment