From 128b4bd01509bcdcdd6120a29d24527cff82d3ab Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 19 Nov 2011 15:57:08 -0400 Subject: tweaks --- Annex/UUID.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Annex/UUID.hs') diff --git a/Annex/UUID.hs b/Annex/UUID.hs index 3b64bf3d8..e510a7ccd 100644 --- a/Annex/UUID.hs +++ b/Annex/UUID.hs @@ -59,7 +59,7 @@ getRepoUUID r = do updatecache u = do g <- gitRepo when (g /= r) $ storeUUID cachekey u - cachekey = "remote." ++ fromMaybe "" (Git.repoRemoteName r) ++ ".annex-uuid" + cachekey = remoteConfig r "uuid" getUncachedUUID :: Git.Repo -> UUID getUncachedUUID = toUUID . Git.configGet configkey "" -- cgit v1.2.3