Skip to content

Commit

Permalink
add comment, trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
schlapzz committed Jul 10, 2023
1 parent faa0f42 commit 3c21679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func Execute() {
log.SetLevel(level)
err = rootCmd.Execute()
if err != nil {
//If exit code is set on diff sub command, exit is handled directly in the diff subcommand
os.Exit(1)
}
}
Expand Down

0 comments on commit 3c21679

Please sign in to comment.