We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b99f14d + bf58c68 commit 7e51ef1Copy full SHA for 7e51ef1
1 file changed
.github/scripts/icomoon_peek.py
@@ -24,7 +24,7 @@ def main():
24
if len(filtered_icons) == 0:
25
message = "No icons found matching the icon name in the PR's title.\n" \
26
"Ensure that a new icon entry is added in the devicon.json and the PR title matches the convention here: \n" \
27
- "https://github.com/devicons/devicon/blob/master/CONTRIBUTING.md#overview.\n" \
+ "https://github.com/devicons/devicon/blob/master/CONTRIBUTING.md#overview\n" \
28
"Ending script...\n"
29
sys.exit(message)
30
0 commit comments