diff --git a/cli/src/core/models.py b/cli/src/core/models.py index bf381b3..c02be62 100644 --- a/cli/src/core/models.py +++ b/cli/src/core/models.py @@ -82,7 +82,7 @@ class ServiceRegistry(BaseModel): class MasterHLANames(BaseModel): - config_path: ClassVar[str] = str(MASTER_SERVICE_CONFIG_DIR) + config_path: ClassVar[str] = str(MASTER_HLA_NAMES_FILENAME) hla_apps: list[str]