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"