From c9c35169be10ac53f1788c67eac6631b1fac72cd Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 11 Jul 2025 13:58:53 +0200 Subject: [PATCH] tasks --- sh/core/code.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/core/code.sh b/sh/core/code.sh index a87b213..0dce975 100644 --- a/sh/core/code.sh +++ b/sh/core/code.sh @@ -254,7 +254,7 @@ EOF # parse functions _rwx_code_functions="$(rwx_code_action_target "filter" "function")" # parse tasks - _rwx_code_tasks="$(rwx_code_parse "tasks")" + _rwx_code_tasks="$(rwx_code_action_target "tasks")" # parse variables _rwx_code_variables="$(rwx_code_action_target "filter" "variable")" }