summaryrefslogtreecommitdiff
path: root/internal/command/receivepack/gitalycall.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/command/receivepack/gitalycall.go')
-rw-r--r--internal/command/receivepack/gitalycall.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/command/receivepack/gitalycall.go b/internal/command/receivepack/gitalycall.go
index 0754a3e..a983c1a 100644
--- a/internal/command/receivepack/gitalycall.go
+++ b/internal/command/receivepack/gitalycall.go
@@ -24,7 +24,7 @@ func (c *Command) performGitalyCall(response *accessverifier.Response) error {
request := &pb.SSHReceivePackRequest{
Repository: &response.Gitaly.Repo,
- GlId: response.UserId,
+ GlId: response.Who,
GlRepository: response.Repo,
GlUsername: response.Username,
GitProtocol: os.Getenv(commandargs.GitProtocolEnv),