We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd9b8a commit d7603b7Copy full SHA for d7603b7
1 file changed
util/exec/exec.go
@@ -256,7 +256,6 @@ func RunCommandExt(cmd *exec.Cmd, opts CmdOpts) (string, error) {
256
}
257
logCtx.WithFields(fields).Info("HEAD.lock status")
258
259
-
260
var stdout bytes.Buffer
261
var stderr bytes.Buffer
262
cmd.Stdout = &stdout
0 commit comments