aboutsummaryrefslogtreecommitdiff
path: root/network/receivepack/options.go
diff options
context:
space:
mode:
Diffstat (limited to 'network/receivepack/options.go')
-rw-r--r--network/receivepack/options.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/receivepack/options.go b/network/receivepack/options.go
index ca13c623..146d5837 100644
--- a/network/receivepack/options.go
+++ b/network/receivepack/options.go
@@ -26,7 +26,7 @@ type Options struct {
Refs refstore.ReadWriteStore
// ExistingObjects is the object store visible to the push before any newly
// uploaded quarantined objects are promoted.
- ExistingObjects objectstore.ReadingStore
+ ExistingObjects objectstore.Reader
// CommitGraph is an optional commit-graph snapshot corresponding to
// ExistingObjects.
CommitGraph *commitgraphread.Reader