From 230e1c88a98d655444c505756abedec2e5bd5f80 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 14 Dec 2020 13:13:53 -0400 Subject: [PATCH] improve display --- Remote/Git.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remote/Git.hs b/Remote/Git.hs index 0021eb2d62..f9e0711401 100644 --- a/Remote/Git.hs +++ b/Remote/Git.hs @@ -339,7 +339,7 @@ tryGitConfigRead autoinit r hasuuid Annex.BranchState.disableUpdate catchNonAsync autoInitialize $ \e -> warning $ "remote " ++ Git.repoDescribe r ++ - " :" ++ show e + ":" ++ show e Annex.getState Annex.repo s <- Annex.new r Annex.eval s $ check `finally` stopCoProcesses