Skip to content

Commit

Permalink
fix(builder): Fix minor logging switcharoo
Browse files Browse the repository at this point in the history
  • Loading branch information
tazjin committed Jan 19, 2020
1 parent 93ec101 commit 9292851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 9292851

Please sign in to comment.