diff --git a/services/pull/comment.go b/services/pull/comment.go index 0ad0419441..c6a4ea5d50 100644 --- a/services/pull/comment.go +++ b/services/pull/comment.go @@ -92,7 +92,7 @@ func CreatePushPullComment(ctx context.Context, pusher *user_model.User, pr *iss } } - if isForcePush { // if it's a force push, we needs to add a force push comment + if isForcePush { // if it's a force push, we need to add a force push comment data.CommitIDs = []string{oldCommitID, newCommitID} data.IsForcePush = true dataJSON, err := json.Marshal(data)