From f9c44a07c7fb87b66caa9959748873d9f896a285 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Mon, 27 Jul 2026 10:57:22 +0200 Subject: [PATCH] test: cicd fix path cli --- cli/src/config/paths.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/config/paths.py b/cli/src/config/paths.py index e8c8189..29e6733 100644 --- a/cli/src/config/paths.py +++ b/cli/src/config/paths.py @@ -12,7 +12,7 @@ class Paths(BaseSettings): # fmt: off repo_root: DirectoryPath = REPO_ROOT - services_dir: DirectoryPath = Path("Services") + services_dir: DirectoryPath = Path("services") qt_dir: DirectoryPath = Path("qt") service_registry_file: FilePath = Path("config/services_registry.yml")