From 402ef2733813d128631ca4aea18c2908c74340d5 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 28 Mar 2026 04:19:44 +0000 Subject: object/store: Rename back from storer; rename Store to ReadingStore --- cmd/index-pack/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') 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 ) -- cgit v1.3.1-10-gc9f91