Skip to content

Commit 0fbd355

Browse files
committed
Fix typo
1 parent ec7e19e commit 0fbd355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/notes/notes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ func (g *Gatherer) notesForCommit(commit *gogithub.RepositoryCommit) (*Result, e
861861
// If we found a valid release note, return the PR, otherwise, take the next one
862862
if s != "" {
863863
if isAutomatedCherryPickPR(pr) {
864-
logrus.Infof("PR #%d seems to be an an automated cherry-pick, retrieving origin info", pr.GetNumber())
864+
logrus.Infof("PR #%d seems to be an automated cherry-pick, retrieving origin info", pr.GetNumber())
865865
originPR, err := originPrNumFromPr(pr)
866866
if err != nil {
867867
return nil, err

0 commit comments

Comments
 (0)