Skip to content

Commit 0559f7c

Browse files
authored
Merge pull request pallets#2828 from greyli/patch-9
Update cli tips for .flaskenv
2 parents 161c436 + f036308 commit 0559f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ def load_dotenv(path=None):
591591
if dotenv is None:
592592
if path or os.path.isfile('.env') or os.path.isfile('.flaskenv'):
593593
click.secho(
594-
' * Tip: There are .env files present.'
594+
' * Tip: There are .env or .flaskenv files present.'
595595
' Do "pip install python-dotenv" to use them.',
596596
fg='yellow')
597597
return

0 commit comments

Comments
 (0)