Skip to content

Commit 0f2da03

Browse files
authored
Merge pull request #77 from venkatapgummadi/fix/typo-blue-green-deployment-impl-key
fix: correct typo in blue-green-deployment implementation key
2 parents 751d570 + dc6af16 commit 0f2da03

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)