diff options
Diffstat (limited to 'Locations.hs')
-rw-r--r-- | Locations.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Locations.hs b/Locations.hs index dcbde4bd9..ed0962230 100644 --- a/Locations.hs +++ b/Locations.hs @@ -135,7 +135,7 @@ gitAnnexLocation' key r config crippled -} | Git.repoIsLocalBare r || crippled - || hasDifference (== ObjectHashLower True) (annexDifferences config) = + || hasDifference (== ObjectHashLower) (annexDifferences config) = check $ map inrepo $ annexLocations key {- Non-bare repositories only use hashDirMixed, so - don't need to do any work to check if the file is |