Skip to content

Commit d7603b7

Browse files
committed
print path upon deferred func and print the process group anyway linting fixed
Signed-off-by: reggie-k <regina.voloshin@codefresh.io>
1 parent cfd9b8a commit d7603b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

util/exec/exec.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ func RunCommandExt(cmd *exec.Cmd, opts CmdOpts) (string, error) {
256256
}
257257
logCtx.WithFields(fields).Info("HEAD.lock status")
258258
}
259-
260259
var stdout bytes.Buffer
261260
var stderr bytes.Buffer
262261
cmd.Stdout = &stdout

0 commit comments

Comments
 (0)