diff --git a/sh/main.sh b/sh/main.sh index 52033e9..6c4ebda 100755 --- a/sh/main.sh +++ b/sh/main.sh @@ -100,7 +100,7 @@ rwx_main_source() { # shellcheck disable=SC1090 . "${root}/${module}" # cache code - rwx_cache "${root}" "${module}" + rwx_main_cache "${root}" "${module}" done <