fix(builder): Fix minor logging switcharoo
This commit is contained in:
parent
2b82f1b71a
commit
1031d890ec
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ func callNix(program, image string, args []string) ([]byte, error) {
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
go logNix(program, image, errpipe)
|
||||
go logNix(image, program, errpipe)
|
||||
|
||||
if err = cmd.Start(); err != nil {
|
||||
log.WithError(err).WithFields(log.Fields{
|
||||
|
|
Loading…
Reference in a new issue