mirror of
https://github.com/array-in-a-matrix/public-apis.git
synced 2025-04-02 11:11:50 -04:00
Use Python validator over Ruby
This commit is contained in:
parent
7e69b31d8f
commit
cb9549ff9c
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ else
|
|||
fi
|
||||
|
||||
echo "running link validation..."
|
||||
./validate_links.rb $LINK_FILE
|
||||
./validate_links.py $LINK_FILE
|
||||
if [[ $? != 0 ]]; then
|
||||
echo "link validation failed!"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue