diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Hakyll/Core/Store.hs | 2 |
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 -- |