Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeTravelPenguin committed Nov 6, 2023
1 parent b54f302 commit b8095f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ startupWithConfig cfg = do

main :: IO ()
main = do
-- path <- getHomeDir
path <- makeAbsolute [reldir|TestFolder/2023/WXYZ1234/temp|]
path <- getHomeDir
-- path <- makeAbsolute [reldir|TestFolder/2023/WXYZ1234/temp|]
cwd <- getCurrentDir
config <- findOrCreateDefaultConfig cwd "config.json"
withCurrentDir path $ do
Expand Down

0 comments on commit b8095f5

Please sign in to comment.