diff options
Diffstat (limited to 'cmd/index-pack/run.go')
| -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 ) |
