diff --git a/sh/lint/shellcheck.sh b/sh/lint/shellcheck.sh index 61ef8d6..11b5b0d 100644 --- a/sh/lint/shellcheck.sh +++ b/sh/lint/shellcheck.sh @@ -2,7 +2,7 @@ rwx_shellcheck_check() { local root="${1}" local file module modules path file="$(mktemp)" - modules="$(sh_find_sh "${root}")" + modules="$(rwx_find_sh "${root}")" rwx_ifs_set for module in ${modules}; do path="${root}/${module}"