Skip to content

Commit 847abff

Browse files
Update .ci/linters/md/news_linter.R
Co-authored-by: Michael Chirico <[email protected]>
1 parent bfc27e0 commit 847abff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/linters/md/news_linter.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ check_section_numbering = function(news) {
2222
paste0(" [", section_entries[!matched], " --> ", intended_value[!matched], "]", collapse="\n")
2323
))
2424
}
25-
stopifnot("Please fix the issues above" = !any_mismatch)
25+
stopifnot("Please fix the NEWS issues above" = !any_mismatch)
2626
}
2727

2828
# ensure that GitHub link text & URL actually agree

0 commit comments

Comments
 (0)