Skip to content

Commit 77dd07e

Browse files
committed
fix(ci): typo
1 parent 52b1554 commit 77dd07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layer/layer/layer_stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __init__(
7878

7979
has_arm64_support = CfnParameter(
8080
self,
81-
"HasARM64Suppor",
81+
"HasARM64Support",
8282
description="Has ARM64 Support Condition",
8383
type="String",
8484
allowed_values=["true", "false"],

0 commit comments

Comments
 (0)