Skip to content

Commit

Permalink
Improve the message in the CI output and suggest a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jul 10, 2024
1 parent 1d5d9bc commit 9a17bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/updateReadmeLinks.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ def check_readme_links():
readme.write(new_readme_content)
print("README.md links updated.")
else:
print("README.md links should be updated. (Use the scripts/updateReadmeLinks.py script)")
print("README.md links should be updated. (Run ./scripts/updateReadmeLinks.py to fix them)")
sys.exit(1)

0 comments on commit 9a17bc5

Please sign in to comment.