From f30532614f3032a55eab82b68ffa2e08b49a4707 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 9 Jun 2022 13:40:05 -0400 Subject: [PATCH] fix typo --- Remote/Git.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remote/Git.hs b/Remote/Git.hs index 856d992f69..1456fe4e51 100644 --- a/Remote/Git.hs +++ b/Remote/Git.hs @@ -125,7 +125,7 @@ gitSetup Init mu _ c _ = do r' <- tryGitConfigRead False r False let u = getUncachedUUID r' if u == NoUUID - then gitveup "git repository does not have an annex uuid" + then giveup "git repository does not have an annex uuid" else if isNothing mu || mu == Just u then enableRemote (Just u) c else giveup "git repository does not have specified uuid"