mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 16:24:14 +03:00
Typo
This commit is contained in:
parent
2fb40f3f8c
commit
2698867cf8
|
@ -42,7 +42,7 @@ def context():
|
|||
("y", "None"),
|
||||
("n", "AWS"),
|
||||
("n", "GCP"),
|
||||
# no whitenoise + co cloud provider is not supported
|
||||
# no whitenoise + no cloud provider is not supported
|
||||
],
|
||||
ids=lambda id: f"wnoise:{id[0]}-cloud:{id[1]}",
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user