Skip to content

Commit

Permalink
Merge pull request #2828 from greyli/patch-9
Browse files Browse the repository at this point in the history
Update cli tips for .flaskenv
  • Loading branch information
davidism committed Jun 15, 2018
2 parents 161c436 + f036308 commit 0559f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0559f7c

Please sign in to comment.