Skip to content

Commit

Permalink
Fix link reference in `.github/scripts/icomoon_peek.py (devicons#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 authored Apr 9, 2021
1 parent b4fdab9 commit a7e7b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/icomoon_peek.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a7e7b6c

Please sign in to comment.