Skip to content

Commit f30753e

Browse files
committed
Fix: Config dir location
1 parent b33f0b1 commit f30753e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

codeclash/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010

1111

1212
PACKAGE_DIR = Path(__file__).resolve().parent
13-
CONFIG_DIR = PACKAGE_DIR / "configs"
13+
REPO_DIR = PACKAGE_DIR.parent
14+
CONFIG_DIR = REPO_DIR / "configs"

0 commit comments

Comments
 (0)