Skip to content
This repository was archived by the owner on May 2, 2026. It is now read-only.

Commit 2217f01

Browse files
committed
fix(core-constants): use project name over cli name
1 parent 5960a7c commit 2217f01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

viu_media/core/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
)
2626

2727
try:
28-
APP_DIR = Path(str(resources.files(CLI_NAME.lower())))
28+
APP_DIR = Path(str(resources.files(PROJECT_NAME.lower())))
2929

3030
except ModuleNotFoundError:
3131
from pathlib import Path

0 commit comments

Comments
 (0)