From e44716f27736d788e6b9a32ad424e158c749b3ce Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 14 Feb 2023 12:34:46 -0400 Subject: [PATCH] upper case start of warning --- Remote/Git.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remote/Git.hs b/Remote/Git.hs index be2a80c3b3..34fb902c56 100644 --- a/Remote/Git.hs +++ b/Remote/Git.hs @@ -351,7 +351,7 @@ tryGitConfigRead autoinit r hasuuid let check = do Annex.BranchState.disableUpdate catchNonAsync (autoInitialize (pure [])) $ \e -> - warning $ "remote " ++ Git.repoDescribe r ++ + warning $ "Remote " ++ Git.repoDescribe r ++ ": " ++ show e Annex.getState Annex.repo s <- newLocal r