diff options
Diffstat (limited to 'Annex/DirHashes.hs')
-rw-r--r-- | Annex/DirHashes.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/DirHashes.hs b/Annex/DirHashes.hs index 03769350d..91c3e7817 100644 --- a/Annex/DirHashes.hs +++ b/Annex/DirHashes.hs @@ -46,7 +46,7 @@ configHashLevels d config | otherwise = def branchHashDir :: GitConfig -> Key -> String -branchHashDir config key = hashDirLower (branchHashLevels config) key +branchHashDir = hashDirLower . branchHashLevels {- Two different directory hashes may be used. The mixed case hash - came first, and is fine, except for the problem of case-strict |