1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-13 18:14:21 +02:00

Fix link reference in `.github/scripts/icomoon_peek.py (#557)

This commit is contained in:
David Leal
2021-04-09 13:04:08 -05:00
committed by GitHub
parent 53f60c7086
commit bf58c68f35

View File

@@ -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)