From a2dd1a8fc672e50ba2b2fc9b4ab5816f429918f0 Mon Sep 17 00:00:00 2001 From: Anshuman Goel Date: Tue, 18 Oct 2022 08:09:09 -0700 Subject: [PATCH] Revert "Update test.sh" This reverts commit cdb9ca85a70f52b57714bc80f6b497bcbe5d1479. --- tools/test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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