fix(builder): Fix minor logging switcharoo

This commit is contained in:
Vincent Ambo 2020-01-19 02:21:08 +00:00 committed by Vincent Ambo
parent 2b82f1b71a
commit 1031d890ec

View file

@ -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{