aboutsummaryrefslogtreecommitdiff
path: root/cmd/index-pack/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/index-pack/main.go')
-rw-r--r--cmd/index-pack/main.go2
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
)