summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Command/WebApp.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/WebApp.hs b/Command/WebApp.hs
index 702506d34..c14795b5e 100644
--- a/Command/WebApp.hs
+++ b/Command/WebApp.hs
@@ -59,7 +59,7 @@ start' allowauto = notBareRepo $ do
| allowauto = liftIO startNoRepo
| otherwise = do
d <- liftIO getCurrentDirectory
- error $ "no repository for " ++ d
+ error $ "no git repository in " ++ d
checkpid = do
pidfile <- fromRepo gitAnnexPidFile
liftIO $ isJust <$> checkDaemon pidfile