Unverified Commit cb9549ff authored by Dave Machado's avatar Dave Machado
Browse files

Use Python validator over Ruby

parent 7e69b31d
...@@ -45,7 +45,7 @@ else ...@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment