set annex.uuid in proxy's Repo

getRepoUUID looks at that, and was seeing the annex.uuid of the proxy.
Which caused it to unncessarily set the git config. Probably also would
have led to other problems.
This commit is contained in:
Joey Hess 2024-06-11 13:40:50 -04:00
parent 657a91527a
commit 09b5e53f49
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 18 additions and 15 deletions

View file

@ -79,6 +79,7 @@ getRepoUUID r = do
if c /= u && u /= NoUUID
then do
liftIO $ print (r, "setting cache", c, u)
updatecache u
return u
else return c