find: correctly expand multiple blob ids

For example `restic find --show-pack-id --blob f78dc991 5b9e4366 ddd8c7d4`
would previously only expand one blob if all of them belong to the same
file.
This commit is contained in:
Michael Eischer 2021-01-28 21:21:54 +01:00
parent 35033d9b79
commit b71c52797a
1 changed files with 0 additions and 1 deletions

View File

@ -394,7 +394,6 @@ func (f *Finder) findIDs(ctx context.Context, sn *restic.Snapshot) error {
delete(f.blobIDs, idStr[:shortStr])
}
f.out.PrintObject("blob", idStr, nodepath, parentTreeID.String(), sn)
break
}
}