diff --git a/Shakefile.hs b/Shakefile.hs index a6600e7..595c1ea 100644 --- a/Shakefile.hs +++ b/Shakefile.hs @@ -301,4 +301,4 @@ mkGetPost = newCache $ \path -> do mkGetPosts :: (FilePath -> Action b) -> Rules (() -> Action [b]) mkGetPosts getPost = - newCache $ \() -> mapM getPost =<< getDirectoryFiles "" ["src/posts/**.org"] + newCache $ \() -> mapM getPost =<< getDirectoryFiles "" ["src/posts//*.org"]