Skip to content

Commit 281d0ca

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

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
@@ -49,5 +49,5 @@ check_gh_links = function(news) {
4949
"In line %d, link pointing to %s %s is written #%s\n",
5050
line_number, link_type, link_number, md_number
5151
)))
52-
stop("Please fix the issues above.")
52+
stop("Please fix the NEWS issues above.")
5353
}

0 commit comments

Comments
 (0)