Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 514da6f

Browse files
committed
Typo in outer stack parameter default value.
1 parent 782d101 commit 514da6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog-assets/eks-cluster-prework/templates/eks-cluster-prework.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Parameters:
2626
Default: 'aws-quickstart'
2727
PreworkScriptObject:
2828
Type: String
29-
Default: 'quickstart-examples/blog-assets/eks-cluster-prework/script/pw-script.sh'
29+
Default: 'quickstart-examples/blog-assets/eks-cluster-prework/scripts/pw-script.sh'
3030
Resources:
3131
EKSStack:
3232
Type: AWS::CloudFormation::Stack

0 commit comments

Comments
 (0)