1
mirror of https://github.com/public-apis/public-apis synced 2025-04-21 10:59:48 +02:00

Use Python validator over Ruby

This commit is contained in:
Dave Machado 2017-12-28 22:43:29 -05:00
parent 7e69b31d8f
commit cb9549ff9c
No known key found for this signature in database
GPG Key ID: 948D4778D01A7B3F

@ -45,7 +45,7 @@ else
fi fi
echo "running link validation..." echo "running link validation..."
./validate_links.rb $LINK_FILE ./validate_links.py $LINK_FILE
if [[ $? != 0 ]]; then if [[ $? != 0 ]]; then
echo "link validation failed!" echo "link validation failed!"
exit 1 exit 1