Skip to content

Commit

Permalink
Exit 1 on error (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse authored Jun 2, 2023
1 parent a20c570 commit e6cebd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/git-pair/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func main() {

if err := app.Run(os.Args); err != nil {
fmt.Println(err)
os.Exit(1)
}
}

Expand Down

0 comments on commit e6cebd4

Please sign in to comment.