Skip to content

Commit

Permalink
Merge pull request #33 from danfengliu/gcp22
Browse files Browse the repository at this point in the history
20
  • Loading branch information
danfengliu authored Nov 10, 2022
2 parents f1983ad + 0dc6363 commit 7d515c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/exec/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ func RunCommand(cmd *exec.Cmd) (string, string, error) {
} else {
stderr = string(res)
}
cmd.Process.Kill()

return stdout, stderr, runErr
}

0 comments on commit 7d515c6

Please sign in to comment.