aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-30 12:24:49 +0000
committerGravatar Runxi Yu2026-03-30 12:24:49 +0000
commit30bc08762a5aa33b9f47af304d51ef3878752b2f (patch)
tree911aeade437eaf89d0c8a35d262bc69e7c560a69 /cmd
parentobject/tree: Regular files and types (diff)
signatureNo signature
object/store: ReadingStore -> Reader
Diffstat (limited to 'cmd')
-rw-r--r--cmd/index-pack/run.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/index-pack/run.go b/cmd/index-pack/run.go
index 80e1db25..742548fb 100644
--- a/cmd/index-pack/run.go
+++ b/cmd/index-pack/run.go
@@ -14,7 +14,7 @@ import (
func run(repoPath, destinationPath, objectFormat string, fixThin, writeRev bool) error {
var (
algo objectid.Algorithm
- base objectstore.ReadingStore
+ base objectstore.Reader
repo *repository.Repository
)