aboutsummaryrefslogtreecommitdiff
path: root/cmd/receivepack9418
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/receivepack9418')
-rw-r--r--cmd/receivepack9418/conn.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/receivepack9418/conn.go b/cmd/receivepack9418/conn.go
index 755cf022..008a8a45 100644
--- a/cmd/receivepack9418/conn.go
+++ b/cmd/receivepack9418/conn.go
@@ -57,8 +57,8 @@ func (srv *server) handleConn(conn net.Conn) {
opts := receivepack.Options{
GitProtocol: gitProtocol,
Algorithm: srv.repo.Algorithm(),
- Refs: srv.repo.Refs(),
- ExistingObjects: srv.repo.Objects(),
+ Refs: srv.repo.RefStore(),
+ ExistingObjects: srv.repo.ObjectStore(),
ObjectIngress: objectIngress,
}