Skip to content

Commit

Permalink
exit with proper exit code on fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Glowman554 committed May 29, 2024
1 parent 5c74353 commit 1ff1144
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fire/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ func main() {
err = cmd.Execute(parser)
if err != nil {
fmt.Println(err.Error())
os.Exit(1)
return
}
} else {
Expand Down

0 comments on commit 1ff1144

Please sign in to comment.