aboutsummaryrefslogtreecommitdiff
path: root/format
diff options
context:
space:
mode:
Diffstat (limited to 'format')
-rw-r--r--format/packfile/ingest/api.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/format/packfile/ingest/api.go b/format/packfile/ingest/api.go
index bb57eb48..d8a1998e 100644
--- a/format/packfile/ingest/api.go
+++ b/format/packfile/ingest/api.go
@@ -18,7 +18,7 @@ type Options struct {
// WriteRev writes a .rev alongside the .pack and .idx.
WriteRev bool
// Base supplies existing objects for thin-pack fixup.
- Base objectstore.Store
+ Base objectstore.ReadingStore
// Progress receives human-readable progress messages.
//
// When nil, no progress output is emitted.