From c372e7e7eef5326e91cb1d55fd2f41b002039e74 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Wed, 22 Jul 2026 13:07:57 +0200 Subject: [PATCH] fix: config files --- cli/src/models/master_ioc_subs.py | 2 +- services/master/current/app/config/hla_names.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cli/src/models/master_ioc_subs.py b/cli/src/models/master_ioc_subs.py index b8435e9..5abdbad 100644 --- a/cli/src/models/master_ioc_subs.py +++ b/cli/src/models/master_ioc_subs.py @@ -24,7 +24,7 @@ class MasterIocSubs(BaseModel): Parses the configuration text and appends a new row before the closing bracket. """ quoted_service = f'"{service_name}"' - new_row = f' {{ "{{{{ agebd_env }}}}", {quoted_service:<22} , "{starton}", "{autooff}" }}' + new_row = f' {{ "{{{{ agebd_env_suffix }}}}", {quoted_service:<22} , "{starton}", "{autooff}" }}' # Use regex to find the last closing curly brace of the configuration block # This targets the line that contains only a lone closing brace, optional spaces, and maybe a comma/semicolon. diff --git a/services/master/current/app/config/hla_names.yml b/services/master/current/app/config/hla_names.yml index 505e08a..b92c6e3 100644 --- a/services/master/current/app/config/hla_names.yml +++ b/services/master/current/app/config/hla_names.yml @@ -25,5 +25,4 @@ hla_apps: - OPTICSFF-X09L - OPTICSFF-X10S - OPTICSFF-X11M -- OPTICSFF-X12S -- PLAYGROUND +- OPTICSFF-X12S \ No newline at end of file