diff --git a/cli/src/config/paths.py b/cli/src/config/paths.py index 29e6733..e8c8189 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")