From edae5f6081a3ed9780b7c6bc680614253d027c86 Mon Sep 17 00:00:00 2001 From: bsiggel Date: Thu, 19 Mar 2026 21:20:31 +0000 Subject: [PATCH] fix: Update ExecModule configuration to use correct source directory for step scripts --- iii-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iii-config.yaml b/iii-config.yaml index c248173..04d38dc 100644 --- a/iii-config.yaml +++ b/iii-config.yaml @@ -78,6 +78,6 @@ modules: - class: modules::shell::ExecModule config: watch: - - steps/**/*.py + - src/steps/**/*.py exec: - - /opt/bin/uv run python -m motia.cli run --dir steps + - /opt/bin/uv run python -m motia.cli run --dir src/steps