Skip to content

Commit

Permalink
fix exit
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Feb 15, 2024
1 parent af11c43 commit 1aaef28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func Execute() {

func handleRootExecErr(err error) {
if err == nil {
return
ExitCLI(0)
}

fmt.Fprintln(os.Stderr, err)
Expand Down

0 comments on commit 1aaef28

Please sign in to comment.