mirror of
https://github.com/python-poetry/install.python-poetry.org.git
synced 2024-11-06 06:05:52 -05:00
Add a missing " to the post install message of install-poetry.py
This commit is contained in:
parent
3f25be6bdb
commit
0ab3fa97c8
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ You can test that everything is set up by executing:
|
|||
"""
|
||||
|
||||
POST_MESSAGE_CONFIGURE_UNIX = """
|
||||
Add `export PATH="{poetry_home_bin}:$PATH` to your shell configuration file.
|
||||
Add `export PATH="{poetry_home_bin}:$PATH"` to your shell configuration file.
|
||||
"""
|
||||
|
||||
POST_MESSAGE_CONFIGURE_FISH = """
|
||||
|
|
Loading…
Reference in a new issue