summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/Api.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Api.hs b/source/Api.hs
index 421a8eb..95d5c8c 100644
--- a/source/Api.hs
+++ b/source/Api.hs
@@ -94,7 +94,7 @@ findAndReadFile path = do
homeDir <- getHomeDirectory
currentDir <- getCurrentDirectory
userLib <- (?? (homeDir </> "formalizations")) <$> lookupEnv "NAPROCHE_LIB"
- srcLib <- (?? (homeDir </> "code/zf/library")) <$> lookupEnv "NAPROCHE_SCR_LIB"
+ srcLib <- (?? (homeDir </> "code/naproche-zf/library")) <$> lookupEnv "NAPROCHE_SCR_LIB"
existsCurrent <- doesFileExist (currentDir </> path)
existsUserLib <- doesFileExist (userLib </> path)