mirror of
https://github.com/konpa/devicon.git
synced 2025-08-15 11:04:13 +02:00
Fix link reference in `.github/scripts/icomoon_peek.py (#557)
This commit is contained in:
2
.github/scripts/icomoon_peek.py
vendored
2
.github/scripts/icomoon_peek.py
vendored
@@ -24,7 +24,7 @@ def main():
|
|||||||
if len(filtered_icons) == 0:
|
if len(filtered_icons) == 0:
|
||||||
message = "No icons found matching the icon name in the PR's title.\n" \
|
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" \
|
"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"
|
"Ending script...\n"
|
||||||
sys.exit(message)
|
sys.exit(message)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user