From 241efb1614364b136dfdc4f23e0661d2f34ade24 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sun, 20 Mar 2011 17:18:29 +0100 Subject: Fix storing path --- src/Hakyll/Core/Store.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Hakyll/Core/Store.hs b/src/Hakyll/Core/Store.hs index 50ffa90..be1b4a7 100644 --- a/src/Hakyll/Core/Store.hs +++ b/src/Hakyll/Core/Store.hs @@ -53,7 +53,7 @@ addToMap store path value = -- makePath :: Store -> String -> Identifier -> FilePath makePath store name identifier = - storeDirectory store name toFilePath identifier ".hakyllstore" + storeDirectory store name toFilePath identifier "hakyllstore" -- | Store an item -- -- cgit v1.2.3