Skip to content

Commit 80a2662

Browse files
authored
Merge pull request #419 from kuba--/fix-324/full-scan
Compare repos by ID.
2 parents 35709b9 + d2e6d0d commit 80a2662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packfiles.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ func newRepoObjectDecoder(
230230
}
231231

232232
return &repoObjectDecoder{
233-
repo: repo.Path(),
233+
repo: repo.ID(),
234234
packfile: hash,
235235
decoder: decoder,
236236
storage: storage,

0 commit comments

Comments
 (0)