Skip to content

Commit

Permalink
Fix exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
majori committed Nov 9, 2023
1 parent 1ba2a18 commit 77bad4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type checkOptions struct {

const (
ExitCodeOK = 0
ExitCodeError = 0
ExitCodeError = 1
ExitCodeUpdatesAvailable = 2
)

Expand Down

0 comments on commit 77bad4f

Please sign in to comment.