From 8eb0973e3ec0a84ee7a0d9bb7a059facb7d50c26 Mon Sep 17 00:00:00 2001 From: David Leal Date: Fri, 9 Apr 2021 12:53:42 -0500 Subject: [PATCH] Fix link reference in `.github/scripts/icomoon... ..._peek.py` when the build fails. --- .github/scripts/icomoon_peek.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/icomoon_peek.py b/.github/scripts/icomoon_peek.py index 445ef9588..b4c993cb0 100644 --- a/.github/scripts/icomoon_peek.py +++ b/.github/scripts/icomoon_peek.py @@ -24,7 +24,7 @@ def main(): if len(filtered_icons) == 0: message = "No icons found matching the icon name in the PR's title.\n" \ "Ensure that a new icon entry is added in the devicon.json and the PR title matches the convention here: \n" \ - "https://github.com/devicons/devicon/blob/master/CONTRIBUTING.md#overview.\n" \ + "https://github.com/devicons/devicon/blob/master/CONTRIBUTING.md#overview\n" \ "Ending script...\n" sys.exit(message)