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

Commit 2e59db0

Browse files
authored
Merge pull request #67 from aws-quickstart/gargan_blog_final
Typo in outer stack parameter default value.
2 parents 782d101 + 514da6f commit 2e59db0

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)