From f036308442a2123a89dc4e2dfb61c319d9d80cf5 Mon Sep 17 00:00:00 2001 From: Grey Li Date: Fri, 15 Jun 2018 19:12:50 +0800 Subject: [PATCH] Add cli tips for .flaskenv --- flask/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/cli.py b/flask/cli.py index b3066477..177aa21e 100644 --- a/flask/cli.py +++ b/flask/cli.py @@ -591,7 +591,7 @@ def load_dotenv(path=None): if dotenv is None: if path or os.path.isfile('.env') or os.path.isfile('.flaskenv'): click.secho( - ' * Tip: There are .env files present.' + ' * Tip: There are .env or .flaskenv files present.' ' Do "pip install python-dotenv" to use them.', fg='yellow') return