diff --git a/tools/test.sh b/tools/test.sh index 87f3215..b556ff2 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -17,6 +17,6 @@ URL_IGNORE=cdn.jsdelivr.net bundle exec htmlproofer $DEST \ --disable-external \ --check-html \ - --empty-alt-ignore \ - --allow-hash-href \ - --url-ignore $URL_IGNORE + --empty_alt_ignore \ + --allow_hash_href \ + --url_ignore $URL_IGNORE