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 committed Jan 10, 2024
1 parent 26f42e7 commit fff042d
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 fff042d

Please sign in to comment.