This commit is contained in:
Joey Hess 2022-06-09 13:40:05 -04:00
parent 53d289c6c1
commit f30532614f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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"