summaryrefslogtreecommitdiff
path: root/Locations.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Locations.hs')
-rw-r--r--Locations.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Locations.hs b/Locations.hs
index a9847f460..c5221d8bc 100644
--- a/Locations.hs
+++ b/Locations.hs
@@ -426,4 +426,4 @@ keyPath key hasher = hasher key </> f </> f
- special remotes and git-annex repos.
-}
keyPaths :: Key -> [FilePath]
-keyPaths key = map (keyPath key . def) dirHashes
+keyPaths key = map (\h -> keyPath key (h def)) dirHashes