chore: use master hla filename
Deploy bin / deploy (push) Successful in 1s
Deploy service MASTER / deploy (push) Failing after 3s

This commit is contained in:
Benjamin Labrecque
2026-07-06 12:01:42 +02:00
parent 9277b3e847
commit cf7878f83f
+1 -1
View File
@@ -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]