From 576d0c981cd3d798afcbc387e622ae4106ad0aae Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 8 Jul 2025 07:03:26 +0200 Subject: [PATCH] main/cache --- sh/main.sh | 6 +++--- sh/test.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 <