summaryrefslogtreecommitdiff
path: root/src/Hakyll/Commands.hs
diff options
context:
space:
mode:
authorMagnus Therning <magnus@therning.org>2015-02-22 00:20:53 +0100
committerMagnus Therning <magnus@therning.org>2015-02-22 00:20:53 +0100
commita9183ac8e83e3743c2d8bef62636571517641aac (patch)
treef03c37afefb8f4d857a98a272f04b50996986c1e /src/Hakyll/Commands.hs
parent35f65f78464f61dca352256701ae942640f335ae (diff)
downloadhakyll-a9183ac8e83e3743c2d8bef62636571517641aac.tar.gz
Fix a typo in disabled preview server function.
Signed-off-by: Magnus Therning <magnus@therning.org>
Diffstat (limited to 'src/Hakyll/Commands.hs')
-rw-r--r--src/Hakyll/Commands.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hakyll/Commands.hs b/src/Hakyll/Commands.hs
index 66e171c..6f81080 100644
--- a/src/Hakyll/Commands.hs
+++ b/src/Hakyll/Commands.hs
@@ -123,7 +123,7 @@ server conf logger host port = do
where
preServeHook _ = return ()
#else
-server _ _ _ = previewServerDisabled
+server _ _ _ _ = previewServerDisabled
#endif