Skip to content

Commit 71c9391

Browse files
committed
correct error msg
1 parent 52c9eb2 commit 71c9391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/convert/pull.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func ToAPIPullRequest(pr *models.PullRequest) *api.PullRequest {
2727
)
2828

2929
if err = pr.Issue.LoadRepo(); err != nil {
30-
log.Error("pr.Issue.loadRepo[%d]: %v", pr.ID, err)
30+
log.Error("pr.Issue.LoadRepo[%d]: %v", pr.ID, err)
3131
return nil
3232
}
3333

0 commit comments

Comments
 (0)