diff options
Diffstat (limited to 'exe/Main.hs')
| -rw-r--r-- | exe/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exe/Main.hs b/exe/Main.hs index 5e71066..6d14a28 100644 --- a/exe/Main.hs +++ b/exe/Main.hs @@ -10,5 +10,5 @@ main :: IO () main = do cwd <- getCurrentDirectory let parentDir = takeDirectory cwd - initialState <- Daffm.loadDirInAppState cwd parentDir Daffm.mkEmptyAppState + initialState <- Daffm.loadDirToState cwd parentDir Daffm.mkEmptyAppState void $ M.defaultMain Daffm.app initialState |
