From 18706a6e8377d0e0061b3d29562287d718b70f36 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 18 Mar 2025 20:45:22 +0800 Subject: Remove underscores from Go code, pt 2 --- ssh_utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssh_utils.go') diff --git a/ssh_utils.go b/ssh_utils.go index ac0781e..d9c11da 100644 --- a/ssh_utils.go +++ b/ssh_utils.go @@ -59,7 +59,7 @@ func get_repo_path_perms_from_ssh_path_pubkey(ctx context.Context, ssh_path, ssh repo_name = module_name switch module_type { case "repos": - _1, _2, _3, _4, _5, _6, _7 := get_path_perm_by_group_repo_key(ctx, group_path, module_name, ssh_pubkey) + _1, _2, _3, _4, _5, _6, _7 := getRepoInfo(ctx, group_path, module_name, ssh_pubkey) return group_path, repo_name, _1, _2, _3, _4, _5, _6, _7 default: return []string{}, "", 0, "", false, "", "", 0, err_ssh_illegal_endpoint -- cgit v1.2.3