diff --git a/internal/cli/check.go b/internal/cli/check.go index 927ec384..e4652011 100644 --- a/internal/cli/check.go +++ b/internal/cli/check.go @@ -21,7 +21,7 @@ type checkOptions struct { const ( ExitCodeOK = 0 - ExitCodeError = 0 + ExitCodeError = 1 ExitCodeUpdatesAvailable = 2 )