From 245aa85f291956f2ee61b4a45d7681e5b6e3dfc4 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 29 Nov 2024 23:59:06 +0100 Subject: [PATCH] fix --- 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 ebec9ad..f31b2b4 100644 --- a/sh/lint/shellcheck.sh +++ b/sh/lint/shellcheck.sh @@ -2,7 +2,7 @@ rwx_shellcheck() { local root="${1}" local file module modules path file="$(mktemp)" - modules="$(rwx_find_sh "${root}")" + modules="$(rwx_find_shell "${root}")" rwx_ifs_set for module in ${modules}; do path="${root}/${module}"