summaryrefslogtreecommitdiff
path: root/src/Hakyll
diff options
context:
space:
mode:
Diffstat (limited to 'src/Hakyll')
-rw-r--r--src/Hakyll/Core/Store.hs2
1 files changed, 1 insertions, 1 deletions
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
--