Return correct error response for agit force-push (#16989)

fix a samll nit for agit `force-push` error response

Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
a1012112796 2021-09-09 04:20:55 +08:00 committed by GitHub
parent efdbba4453
commit 358555f72c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ func ProcRecive(ctx *context.PrivateContext, opts *private.HookOptions) []privat
return nil
} else if len(output) > 0 {
results = append(results, private.HookProcReceiveRefResult{
OriginalRef: oldCommitID,
OriginalRef: opts.RefFullNames[i],
OldOID: opts.OldCommitIDs[i],
NewOID: opts.NewCommitIDs[i],
Err: "request `force-push` push option",