diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-11 12:14:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-11 12:14:23 -0400 |
commit | ee6d02f8dbcd962db1666c06f701d3b0835b1ada (patch) | |
tree | 5630c7f8ba11aaf6462cc7379b1b74f1bc943ec3 | |
parent | 604bbd94e7bbfdad2e5b7d13729db7838a9abdb1 (diff) |
better message
-rw-r--r-- | Command/WebApp.hs | 2 |
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 |