Skip to content

Commit 76965e5

Browse files
committed
fix variables
1 parent b1f84ba commit 76965e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

script/axe-docs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ containsElement () {
3434

3535
# Starting point violations
3636
# DO NOT ADD TO THIS LIST!
37-
skipped=(
37+
needs_to_be_fixed=(
3838
/components/autocomplete
3939
/components/avatars
4040
/components/box
@@ -57,7 +57,6 @@ for i in "${nav_paths[@]}";
5757
do
5858
if containsElement "${i//\"/}" "${needs_to_be_fixed[@]}"; then
5959
skipped+=($i)
60-
continue
6160
else
6261
doc_url="http://localhost:8000$i"
6362
doc_url="${doc_url//\"/}"

0 commit comments

Comments
 (0)