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 2ce692c commit 851d9c7Copy full SHA for 851d9c7
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