Skip to content

Commit 851d9c7

Browse files
fix broken hooks (again)
1 parent 2ce692c commit 851d9c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/private/hook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ type HookProcReceiveRefResult struct {
8585
func genGroupSegment(groupID int64) string {
8686
var groupSegment string
8787
if groupID > 0 {
88-
groupSegment = fmt.Sprintf("%d/", groupID)
88+
groupSegment = fmt.Sprintf("group/%d/", groupID)
8989
}
9090
return groupSegment
9191
}

0 commit comments

Comments
 (0)