summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ab739a1..12e33a7 100644
--- a/src/Hakyll/Core/Store.hs
+++ b/src/Hakyll/Core/Store.hs
@@ -51,7 +51,7 @@ addToMap store path value =
--
makePath :: Store -> String -> Identifier -> FilePath
makePath store name identifier =
- storeDirectory store </> name </> toFilePath identifier
+ storeDirectory store </> name </> toFilePath identifier </> ".hakyllstore"
-- | Store an item
--