Only shellcheck files

This commit is contained in:
Ole Markus With 2021-12-10 15:19:24 +01:00
parent f5f35ab755
commit 7b91e5c257
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ cd "${KOPS_ROOT}"
all_shell_scripts=()
while IFS=$'\n' read -r script;
do git check-ignore -q "$script" || all_shell_scripts+=("$script");
done < <(find . -name "*.sh" \
done < <(find . -type f -name "*.sh" \
-not \( \
-path ./_\* -o \
-path ./.git\* -o \