From bf58c68f3517561c9058310d9596082da61e2ed8 Mon Sep 17 00:00:00 2001 From: David Leal Date: Fri, 9 Apr 2021 13:04:08 -0500 Subject: [PATCH] Fix link reference in `.github/scripts/icomoon_peek.py (#557) --- .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 445ef958..b4c993cb 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)