summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Hakyll/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Hakyll/Main.hs b/lib/Hakyll/Main.hs
index b5c645f..6332da1 100644
--- a/lib/Hakyll/Main.hs
+++ b/lib/Hakyll/Main.hs
@@ -81,7 +81,7 @@ invokeCommands :: Command -> Config.Configuration ->
invokeCommands args conf check logger rules =
case args of
Build -> Commands.build conf logger rules
- Check _ -> Commands.check conf logger check >> ok
+ Check _ -> Commands.check conf logger check
Clean -> Commands.clean conf logger >> ok
Deploy -> Commands.deploy conf
Preview p -> Commands.preview conf logger rules p >> ok