Skip to content

Commit

Permalink
fix regression
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Vaumoron <[email protected]>
  • Loading branch information
dvaumoron committed Jul 17, 2024
1 parent 240105e commit 680b7fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/cmdproxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ var errDelimiter = errors.New("key and value should not contains delimiter")
func Run(execPath string, cmdArgs []string, gha bool) {
exitCode := 0
defer func() {
if exitCode != 0 {
os.Exit(exitCode)
}
os.Exit(exitCode)
}()

// proxy to selected version
Expand Down

0 comments on commit 680b7fd

Please sign in to comment.