"git@ustchcs.com:gujinli1118/JSH_ERP.git" did not exist on "6bb4891411654a31d54b95d981b267d12c4e56e2"
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
fi
echo "running link validation..."
./validate_links.rb $LINK_FILE
./validate_links.py $LINK_FILE
if [[ $? != 0 ]]; then
echo "link validation failed!"
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