From 9c855342fd36cd48a924b2fbe102796a1d9b4530 Mon Sep 17 00:00:00 2001 From: David Kim Date: Wed, 8 Apr 2020 12:07:27 +0930 Subject: Add missed protocol again --- internal/command/receivepack/gitalycall.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/command/receivepack/gitalycall.go b/internal/command/receivepack/gitalycall.go index d732197..ffe0b6f 100644 --- a/internal/command/receivepack/gitalycall.go +++ b/internal/command/receivepack/gitalycall.go @@ -35,7 +35,7 @@ func (c *Command) performGitalyCall(response *accessverifier.Response) error { ctx, cancel := context.WithCancel(ctx) defer cancel() - gc.LogExecution(request.Repository, response, "") + gc.LogExecution(request.Repository, response, request.GitProtocol) rw := c.ReadWriter return client.ReceivePack(ctx, conn, rw.In, rw.Out, rw.ErrOut, request) -- cgit v1.2.1