Fix bogus failure of fsck --fast.

This commit is contained in:
Joey Hess 2015-04-27 17:40:21 -04:00
parent 69dcbe1cf3
commit cfbeb1e7b7
4 changed files with 16 additions and 10 deletions

View file

@ -25,3 +25,6 @@ failed
while ``git annex fsck -f S3remote`` works fine. But, to check for the presence of a file (which is my understanding of what ``--fast`` is for here), it shouldn't be necessary to download the file.
> [[fixed|done]]; it was not supposed to fail at all in this case, and
> won't anymore. --[[Joey]]