Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix up progress report for off-by-one error
We used to print the index of the object we unpacked, not how many we had unpacked. Which caused slightly confusing progress reports like 100% (2/3) done rather than the more obvious "3/3" for 100% ;)
- Loading branch information