Skip to content

Commit 570e92e

Browse files
slightly clearer comment
1 parent a01a035 commit 570e92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup_env_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
def create_env_file():
1818
"""
19-
Create a .env file with the required keys.
19+
Create a local.env file with the required keys.
2020
"""
2121
with open(DEFAULT_LOCAL_ENV_PATH, 'w') as f:
2222
f.write("# Use this file to populate secrets without committing them to the codebase (as this file is set in .gitignore).\n")

0 commit comments

Comments
 (0)