File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ func HookProcReceive(ctx *gitea_context.PrivateContext) {
23
23
return
24
24
}
25
25
26
- results := agit .ProcRecive (ctx , opts )
26
+ results := agit .ProcReceive (ctx , opts )
27
27
if ctx .Written () {
28
28
return
29
29
}
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ import (
20
20
pull_service "code.gitea.io/gitea/services/pull"
21
21
)
22
22
23
- // ProcRecive handle proc receive work
24
- func ProcRecive (ctx * context.PrivateContext , opts * private.HookOptions ) []private.HookProcReceiveRefResult {
23
+ // ProcReceive handle proc receive work
24
+ func ProcReceive (ctx * context.PrivateContext , opts * private.HookOptions ) []private.HookProcReceiveRefResult {
25
25
// TODO: Add more options?
26
26
var (
27
27
topicBranch string
You can’t perform that action at this time.
0 commit comments