mirror of
https://github.com/python-poetry/install.python-poetry.org.git
synced 2024-11-22 06:00:59 -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 = """
|
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 = """
|
POST_MESSAGE_CONFIGURE_FISH = """
|
||||||
|
|
Loading…
Reference in a new issue