Browse Source

Use Python validator over Ruby

pull/571/head
Dave Machado 6 years ago
parent
commit
cb9549ff9c
No known key found for this signature in database GPG Key ID: 948D4778D01A7B3F
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build/main.sh

+ 1
- 1
build/main.sh View File

@@ -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…
Cancel
Save