diff --git a/src/Restyler/CLI.hs b/src/Restyler/CLI.hs index 37d13699..60e69b04 100644 --- a/src/Restyler/CLI.hs +++ b/src/Restyler/CLI.hs @@ -32,7 +32,7 @@ main withApp run = do failOnDifferences <- getFailOnDifferences if failOnDifferences - then ExitFailure 1 <$ logError "Differences found" + then ExitFailure 228 <$ logError "Differences found" else ExitSuccess <$ logWarn "Differences found" exitHandler :: MonadLogger m => AnnotatedException SomeException -> m ExitCode