Skip to content

Commit

Permalink
fix: interactive creating CDK project won't direct to the correct res…
Browse files Browse the repository at this point in the history
…ource
  • Loading branch information
wchengru committed Jul 14, 2021
1 parent 6b30605 commit 666ac36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samcli/commands/init/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def cli(
app_template,
no_input,
extra_context,
project_type,
ProjectTypes(project_type),
cdk_language,
) # pragma: no cover

Expand Down

0 comments on commit 666ac36

Please sign in to comment.