diff --git a/src/lambda_codebase/initial_commit/bootstrap_repository/adf-build/shared/cdk/cdk_constructs/adf_events.py b/src/lambda_codebase/initial_commit/bootstrap_repository/adf-build/shared/cdk/cdk_constructs/adf_events.py index 7d9a24b85..d63ea4247 100644 --- a/src/lambda_codebase/initial_commit/bootstrap_repository/adf-build/shared/cdk/cdk_constructs/adf_events.py +++ b/src/lambda_codebase/initial_commit/bootstrap_repository/adf-build/shared/cdk/cdk_constructs/adf_events.py @@ -119,7 +119,7 @@ def __init__(self, scope: Construct, id: str, params: dict, **kwargs): _event = _events.Rule( self, f'completion_{pipeline}', - description="Triggers {pipeline} on completion of {params['pipeline']}", + description=f"Triggers {pipeline} on completion of {params['pipeline']}", enabled=True, event_pattern=_events.EventPattern( detail={