Skip to content

Commit

Permalink
fix(migrate-template-gen): typo in step1 command
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi7cr committed Oct 23, 2024
1 parent ec9a9f6 commit 003bc2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ aws cloudformation update-stack \\
--stack-name amplify-testauth-dev-12345-auth-ABCDE \\
--template-body file://test/step1-gen1PreProcessUpdateStackTemplate.json \\
--parameters '[{"ParameterKey":"authSelections","ParameterValue":"identityPoolAndUserPool"}]' \\
--capabilities CAPABILITY_NAMED_IAM
--capabilities CAPABILITY_NAMED_IAM \\
--tags '[]'
\`\`\`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ aws cloudformation update-stack \\
--stack-name ${this.gen1CategoryStackName} \\
--template-body file://${step1FileNamePath} \\
--parameters '${paramsString}' \\
--capabilities CAPABILITY_NAMED_IAM
--capabilities CAPABILITY_NAMED_IAM \\
--tags '[]'
\`\`\`
Expand Down

0 comments on commit 003bc2d

Please sign in to comment.