Skip to content

Commit

Permalink
Fix storing path
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Mar 20, 2011
1 parent 9d95ef4 commit 241efb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hakyll/Core/Store.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
--
Expand Down

0 comments on commit 241efb1

Please sign in to comment.