Skip to content

Commit

Permalink
chore: fix ci shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Dec 23, 2024
1 parent 2801fd3 commit 4582131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .hacking/scripts/check_for_unparsable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ shift # Shift so $@ now contains only filenames (if any)

# If no files are specified, default to looking in crates/lib-dialects/test/fixtures/dialects/***/*.yml
if [[ $# -eq 0 ]]; then
set -- crates/lib-dialects/test/fixtures/dialects/**\/*.yml
set -- crates/lib-dialects/test/fixtures/dialects/**/*.yml
fi

found=0
Expand Down

0 comments on commit 4582131

Please sign in to comment.