diff options
Diffstat (limited to 'models/pull.go')
-rw-r--r-- | models/pull.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/pull.go b/models/pull.go index 29730ba7e0..822822411a 100644 --- a/models/pull.go +++ b/models/pull.go @@ -600,7 +600,7 @@ func NewPullRequest(repo *Repository, pull *Issue, labelIDs []int64, uuids []str if err = newIssue(sess, pull.Poster, NewIssueOptions{ Repo: repo, Issue: pull, - LableIDs: labelIDs, + LabelIDs: labelIDs, Attachments: uuids, IsPull: true, }); err != nil { |