diff options
| author | 2026-03-30 12:24:49 +0000 | |
|---|---|---|
| committer | 2026-03-30 12:24:49 +0000 | |
| commit | 30bc08762a5aa33b9f47af304d51ef3878752b2f (patch) | |
| tree | 911aeade437eaf89d0c8a35d262bc69e7c560a69 /cmd | |
| parent | object/tree: Regular files and types (diff) | |
| signature | No signature | |
object/store: ReadingStore -> Reader
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/index-pack/run.go | 2 |
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 ) |
