Skip to content

Commit

Permalink
docs: update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Nov 6, 2022
1 parent 42101e9 commit 5a5bf90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ poetry self add poetry-dotenv

By default, plugin will load the `.env` file from the current working directory or "higher directories".

To prevent ``poetry`` from loading the dotenv file, set the ``POETRY_DONT_LOAD_ENV``
To prevent ``poetry`` from loading the dotenv file, set the ``POETRY_DONT_LOAD_DOTENV``
environment variable.

If your dotenv file is located in a different path or has a different name you may set
Expand Down
2 changes: 1 addition & 1 deletion src/poetry_dotenv/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class DotenvPlugin(ApplicationPlugin):
Notes
-----
To prevent ``poetry`` from loading the dotenv file, set the ``POETRY_DONT_LOAD_ENV``
To prevent ``poetry`` from loading the dotenv file, set the ``POETRY_DONT_LOAD_DOTENV``
environment variable.
If your dotenv file is located in a different path or has a different name you may set
Expand Down

0 comments on commit 5a5bf90

Please sign in to comment.