projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53d289c
)
fix typo
author
Joey Hess
<joeyh@joeyh.name>
Thu, 9 Jun 2022 17:40:05 +0000
(13:40 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Thu, 9 Jun 2022 17:40:05 +0000
(13:40 -0400)
Remote/Git.hs
patch
|
blob
|
history
diff --git
a/Remote/Git.hs
b/Remote/Git.hs
index 856d992f69d021ddf7150bd870d2127f3fbc12e1..1456fe4e51eca4dc41aefa335417eaf2bcfbebda 100644
(file)
--- 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 gi
t
veup "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"