aboutsummaryrefslogtreecommitdiff
path: root/format/packfile/ingest/api.go
diff options
context:
space:
mode:
Diffstat (limited to 'format/packfile/ingest/api.go')
-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 1af3fe0e..03774d6f 100644
--- a/format/packfile/ingest/api.go
+++ b/format/packfile/ingest/api.go
@@ -19,7 +19,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.ReadingStore
+ Base objectstore.Reader
// Progress receives human-readable progress messages.
//
// When nil, no progress output is emitted.