command/build: properly prefix the build outputs
This commit is contained in:
parent
6a98134682
commit
9a3a3bad55
|
@ -82,7 +82,7 @@ func (Command) Run(env packer.Environment, args []string) int {
|
||||||
// Run the build in a goroutine
|
// Run the build in a goroutine
|
||||||
go func() {
|
go func() {
|
||||||
defer wg.Done()
|
defer wg.Done()
|
||||||
b.Run(env.Ui())
|
b.Run(buildUis[b.Name()])
|
||||||
}()
|
}()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue