Skip to content

Commit

Permalink
This can't be set if we call 'StdoutPipe' or 'CombinedOutput' later (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
djeebus authored Jan 10, 2024
1 parent 8caa45c commit 197a3c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/repo/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,6 @@ func execCommand(name string, args ...string) *exec.Cmd {

log.Debug().Strs("args", argsToLog).Msg("building command")
cmd := exec.Command(name, args...)
cmd.Stdout = os.Stdout
cmd.Stderr = os.Stdout
return cmd
}

Expand Down

0 comments on commit 197a3c0

Please sign in to comment.