Commit 9a3a3bad authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

command/build: properly prefix the build outputs

parent 6a981346
......@@ -82,7 +82,7 @@ func (Command) Run(env packer.Environment, args []string) int {
// Run the build in a goroutine
go func() {
defer wg.Done()
b.Run(env.Ui())
b.Run(buildUis[b.Name()])
}()
}
......
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