Skip to content

Commit 146a97f

Browse files
authored
chore(init-templates/python): correct virtual environment typo (#12230)
---- This is a suggested fix for #12229, a small typo in the init templates for Python. *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 88e933f commit 146a97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk/lib/init-templates/v2/app/python/.template.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
package-lock.json
33
__pycache__
44
.pytest_cache
5-
.env
5+
.venv
66
*.egg-info
77

88
# CDK asset staging directory

0 commit comments

Comments
 (0)