summaryrefslogtreecommitdiff
path: root/Locations.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Locations.hs')
-rw-r--r--Locations.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Locations.hs b/Locations.hs
index 9713a8ec2..49ccb350c 100644
--- a/Locations.hs
+++ b/Locations.hs
@@ -12,7 +12,7 @@ module Locations (
keyPath,
gitAnnexLocation,
gitAnnexMapping,
- gitAnnexCache,
+ gitAnnexInodeCache,
annexLocations,
annexLocation,
gitAnnexDir,
@@ -123,8 +123,8 @@ gitAnnexMapping key r = do
{- File that caches information about a key's content, used to determine
- if a file has changed.
- Used in direct mode. -}
-gitAnnexCache :: Key -> Git.Repo -> IO FilePath
-gitAnnexCache key r = do
+gitAnnexInodeCache :: Key -> Git.Repo -> IO FilePath
+gitAnnexInodeCache key r = do
loc <- gitAnnexLocation key r
return $ loc ++ ".cache"