Skip to content

Commit 6f64372

Browse files
committed
chore: fixes typo in IsProd condition
1 parent 815eb83 commit 6f64372

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

unicorn_contracts/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Mappings:
3838
Value: "AWS Serverless Developer Experience"
3939

4040
Conditions:
41-
IsProd: !Equals [!Ref Stage, Prod]
41+
IsProd: !Equals [!Ref Stage, prod]
4242

4343
Globals:
4444
Api:

unicorn_properties/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Mappings:
3939
Value: "AWS Serverless Developer Experience"
4040

4141
Conditions:
42-
IsProd: !Equals [!Ref Stage, Prod]
42+
IsProd: !Equals [!Ref Stage, prod]
4343

4444
Globals:
4545
Function:

unicorn_web/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Mappings:
3838
Value: "AWS Serverless Developer Experience"
3939

4040
Conditions:
41-
IsProd: !Equals [!Ref Stage, Prod]
41+
IsProd: !Equals [!Ref Stage, prod]
4242

4343
Globals:
4444
Api:

0 commit comments

Comments
 (0)