aboutsummaryrefslogtreecommitdiff
path: root/Config
diff options
context:
space:
mode:
Diffstat (limited to 'Config')
-rw-r--r--Config/Files.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config/Files.hs b/Config/Files.hs
index 8f8b4c115..b18d912e9 100644
--- a/Config/Files.hs
+++ b/Config/Files.hs
@@ -80,4 +80,4 @@ readProgramFile = do
cannotFindProgram :: IO a
cannotFindProgram = do
f <- programFile
- error $ "cannot find git-annex program in PATH or in the location listed in " ++ f
+ giveup $ "cannot find git-annex program in PATH or in the location listed in " ++ f