From 782804f6be5b83252942205623f5ec897ca83276 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Sat, 21 Jun 2025 14:19:49 -0400 Subject: [PATCH] fix config path --- voxvera/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/voxvera/cli.py b/voxvera/cli.py index 5360362..598dccc 100644 --- a/voxvera/cli.py +++ b/voxvera/cli.py @@ -12,8 +12,8 @@ from importlib.resources.abc import Traversable from InquirerPy import prompt, inquirer from rich.console import Console -# project root -ROOT = Path(__file__).resolve().parent.parent +# package root (contains bundled templates and src/) +ROOT = Path(__file__).resolve().parent def _template_res(*parts) -> Traversable: