From 362ccc941d6e9f417aa221459962f63e5c937702 Mon Sep 17 00:00:00 2001 From: ghostforpy <59663498+ghostforpy@users.noreply.github.com> Date: Thu, 12 Aug 2021 11:19:44 +0300 Subject: [PATCH] Update hooks/pre_gen_project.py Co-authored-by: Andrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com> --- hooks/pre_gen_project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/pre_gen_project.py b/hooks/pre_gen_project.py index 1316346dd..c4f64c737 100644 --- a/hooks/pre_gen_project.py +++ b/hooks/pre_gen_project.py @@ -80,7 +80,7 @@ if ( and "{{ cookiecutter.use_nginx_for_serve_media_files }}".lower() == "y" ): print( - "You should either use AWS, GCP or local docker nginx instance for serve media files." + "You should either use AWS, GCP, or local docker nginx instance for serve media files." ) sys.exit(1)