mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-06 14:58:32 +02:00
fix broken hooks (again)
This commit is contained in:
parent
f73a9f1086
commit
6ff9378a20
@ -85,7 +85,7 @@ type HookProcReceiveRefResult struct {
|
||||
func genGroupSegment(groupID int64) string {
|
||||
var groupSegment string
|
||||
if groupID > 0 {
|
||||
groupSegment = fmt.Sprintf("%d/", groupID)
|
||||
groupSegment = fmt.Sprintf("group/%d/", groupID)
|
||||
}
|
||||
return groupSegment
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user