aboutsummaryrefslogtreecommitdiff
path: root/ssh_handle_upload_pack.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-19 20:14:20 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-19 20:14:20 +0800
commitde1b961fbf54601f25c54c1618f11978f6618858 (patch)
treec79cbc96edf80075d57591a409b27ee29c60d7a5 /ssh_handle_upload_pack.go
parentcss: .commit-id { work-break: break-word; } (diff)
downloadforge-de1b961fbf54601f25c54c1618f11978f6618858.tar.gz
forge-de1b961fbf54601f25c54c1618f11978f6618858.tar.zst
forge-de1b961fbf54601f25c54c1618f11978f6618858.zip
ssh/recv, schema: Add repos.contrib_requirements
Diffstat (limited to 'ssh_handle_upload_pack.go')
-rw-r--r--ssh_handle_upload_pack.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh_handle_upload_pack.go b/ssh_handle_upload_pack.go
index afc9900..7435668 100644
--- a/ssh_handle_upload_pack.go
+++ b/ssh_handle_upload_pack.go
@@ -11,7 +11,7 @@ import (
// ssh_handle_upload_pack handles clones/fetches. It just uses git-upload-pack
// and has no ACL checks.
func ssh_handle_upload_pack(session glider_ssh.Session, pubkey string, repo_identifier string) (err error) {
- repo_path, _, err := get_repo_path_perms_from_ssh_path_pubkey(session.Context(), repo_identifier, pubkey)
+ repo_path, _, _, _, err := get_repo_path_perms_from_ssh_path_pubkey(session.Context(), repo_identifier, pubkey)
if err != nil {
return err
}