Skip to content

Commit c902466

Browse files
committed
* fix syntax of calling array in bash
1 parent 8e3b4e1 commit c902466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/axe-docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ do
5555
fi
5656
done
5757

58-
axe $doc_urls --include "iframe" --disable html-has-lang,frame-title,page-has-heading-one,region,color-contrast,landmark-unique,landmark-one-main --exit --show-errors
58+
axe ${doc_urls[@]} --include "iframe" --disable html-has-lang,frame-title,page-has-heading-one,region,color-contrast,landmark-unique,landmark-one-main --save docs-example-accessibility.json --exit --show-errors

0 commit comments

Comments
 (0)