1
0
Fork 0
mirror of https://github.com/python-poetry/install.python-poetry.org.git synced 2024-09-13 13:17:11 -04:00

Add a missing " to the post install message of install-poetry.py

This commit is contained in:
Eero Ruohola 2021-04-01 16:10:57 +03:00 committed by Arun Babu Neelicattu
parent 3f25be6bdb
commit 0ab3fa97c8

View file

@ -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 = """