From 45821318559676b0609900ce3d478cd9e3dc3823 Mon Sep 17 00:00:00 2001 From: Ben King <9087625+benfdking@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:46:21 +0000 Subject: [PATCH] chore: fix ci shellcheck --- .hacking/scripts/check_for_unparsable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hacking/scripts/check_for_unparsable.sh b/.hacking/scripts/check_for_unparsable.sh index d6022805..1ab76a2a 100755 --- a/.hacking/scripts/check_for_unparsable.sh +++ b/.hacking/scripts/check_for_unparsable.sh @@ -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