Kaynağa Gözat

fix merge

pull/30879/head
wxiaoguang 1 ay önce
ebeveyn
işleme
88b0a52e3d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      routers/private/hook_pre_receive.go

+ 1
- 1
routers/private/hook_pre_receive.go Dosyayı Görüntüle

@@ -122,7 +122,7 @@ func HookPreReceive(ctx *gitea_context.PrivateContext) {
preReceiveBranch(ourCtx, oldCommitID, newCommitID, refFullName)
case refFullName.IsTag():
preReceiveTag(ourCtx, oldCommitID, newCommitID, refFullName)
case git.DefaultFeatures.SupportProcReceive && refFullName.IsFor():
case git.DefaultFeatures().SupportProcReceive && refFullName.IsFor():
preReceiveFor(ourCtx, oldCommitID, newCommitID, refFullName)
default:
ourCtx.AssertCanWriteCode()

Loading…
İptal
Kaydet