We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae2b57 commit 86be8feCopy full SHA for 86be8fe
modules/private/hook.go
@@ -85,7 +85,7 @@ type HookProcReceiveRefResult struct {
85
func genGroupSegment(groupID int64) string {
86
var groupSegment string
87
if groupID > 0 {
88
- groupSegment = fmt.Sprintf("%d/", groupID)
+ groupSegment = fmt.Sprintf("group/%d/", groupID)
89
}
90
return groupSegment
91
0 commit comments