Skip to content

Commit dc6af16

Browse files
fix: correct typo in blue-green-deployment implementation key
The implementation key in implementations.yaml was misspelled as 'blue-green-deploymen' (missing trailing 't'). Renames the key to 'blue-green-deployment' and updates the corresponding $ref in BuildAndDeployment/Deployment.yaml. The implementation UUID (4fb3d95c-07c0-4cbb-b396-5054aba751c2) is unchanged, so this is a label-only fix with no semantic impact on existing data files or downstream consumers that look up by UUID. Noted as out-of-scope in PR #76 and is now followed up here as a separate focused PR.
1 parent 751d570 commit dc6af16

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/assets/YAML/default/BuildAndDeployment/Deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Build and Deployment:
1515
usefulness: 2
1616
level: 5
1717
implementation:
18-
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/blue-green-deploymen
18+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/blue-green-deployment
1919
dependsOn:
2020
- Smoke Test
2121
references:

src/assets/YAML/default/implementations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ implementations:
7070
uuid: 9af7624e-0729-4eeb-b257-ebaf65f70355
7171
name: A Point in Time Recovery for databases should be implemented.
7272
tags: []
73-
blue-green-deploymen:
73+
blue-green-deployment:
7474
uuid: 4fb3d95c-07c0-4cbb-b396-5054aba751c2
7575
name: Blue/Green Deployments
7676
tags: []

0 commit comments

Comments
 (0)