aboutsummaryrefslogtreecommitdiff
path: root/object/store/packed/internal/ingest/options.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/store/packed/internal/ingest/options.go')
-rw-r--r--object/store/packed/internal/ingest/options.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/object/store/packed/internal/ingest/options.go b/object/store/packed/internal/ingest/options.go
index 1ed4a123..06c334c0 100644
--- a/object/store/packed/internal/ingest/options.go
+++ b/object/store/packed/internal/ingest/options.go
@@ -11,8 +11,8 @@ type Options struct {
FixThin bool
// WriteRev writes a .rev alongside the .pack and .idx.
WriteRev bool
- // Base supplies existing objects for thin-pack fixup.
- Base objectstore.Reader
+ // ThinBase supplies existing objects for thin-pack fixup.
+ ThinBase objectstore.Reader
// Progress receives human-readable progress messages.
//
// When nil, no progress output is emitted.