diff options
| author | 2026-03-28 04:19:44 +0000 | |
|---|---|---|
| committer | 2026-03-28 04:20:29 +0000 | |
| commit | 402ef2733813d128631ca4aea18c2908c74340d5 (patch) | |
| tree | e03a90b6f41411bd62e7339390802c5c50082850 /cmd/index-pack | |
| parent | object/store: Rename from object/storer (diff) | |
| signature | No signature | |
object/store: Rename back from storer; rename Store to ReadingStore v0.1.118
Diffstat (limited to 'cmd/index-pack')
| -rw-r--r-- | cmd/index-pack/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/index-pack/main.go b/cmd/index-pack/main.go index d90e6c33..fb6e9062 100644 --- a/cmd/index-pack/main.go +++ b/cmd/index-pack/main.go @@ -36,7 +36,7 @@ func main() { func run(repoPath, destinationPath, objectFormat string, fixThin, writeRev bool) error { var ( algo objectid.Algorithm - base objectstore.Store + base objectstore.ReadingStore repo *repository.Repository ) |
