diff --git a/tools/test.sh b/tools/test.sh index 6e8ffc6..43d55ae 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -17,4 +17,4 @@ URL_IGNORE=cdn.jsdelivr.net bundle exec htmlproofer $DEST \ --disable-external \ --check-html \ - --url_ignore $URL_IGNORE + --ignore-urls $URL_IGNORE