Commit 48339106 by Eero Ruohola Committed by Arun Babu Neelicattu

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

parent f1b1cf93
...@@ -267,7 +267,7 @@ You can test that everything is set up by executing: ...@@ -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 = """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment