diff --git a/pkgs/clan-cli/clan_cli/dirs.py b/pkgs/clan-cli/clan_cli/dirs.py index 9249eab21..0c9eadb49 100644 --- a/pkgs/clan-cli/clan_cli/dirs.py +++ b/pkgs/clan-cli/clan_cli/dirs.py @@ -44,7 +44,7 @@ def find_toplevel(top_level_files: list[str]) -> Path | None: def clan_templates() -> Path: - template_path = module_root().parent.parent / "templates" + template_path = module_root().parent.parent.parent / "templates" if template_path.exists(): return template_path else: