fix hardcoding of number of hash directories
authorJoey Hess <joeyh@joeyh.name>
Mon, 16 May 2022 19:08:42 +0000 (15:08 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 16 May 2022 19:08:42 +0000 (15:08 -0400)
commit6b5029db290b953d5bcd6f960cc263d09981290c
tree884e52f0e750bd104cc8f84ca6bd09be662b127b
parent5a98f2d50913682c4ebe0e0c4ce695c450a96091
fix hardcoding of number of hash directories

It can be changed to 1 via a tuning, rather than the 2 this assumed. So
it would have tried to rmdir .git/annex/objects in that case, which
would not hurt anything, but is not what it is supposed to do.

Sponsored-by: Dartmouth College's Datalad project
Annex/Content.hs