From 2f686e3512985b29d4416ddc056d0e1adebf0764 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 29 Nov 2024 19:58:38 +0100 Subject: [PATCH] lint/shellcheck --- sh/lint/shellcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"