Skip to content

Commit 0ab3fa9

Browse files
ruoholaabn
authored andcommitted
Add a missing " to the post install message of install-poetry.py
1 parent 3f25be6 commit 0ab3fa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install-poetry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def temporary_directory(*args, **kwargs):
267267
"""
268268

269269
POST_MESSAGE_CONFIGURE_UNIX = """
270-
Add `export PATH="{poetry_home_bin}:$PATH` to your shell configuration file.
270+
Add `export PATH="{poetry_home_bin}:$PATH"` to your shell configuration file.
271271
"""
272272

273273
POST_MESSAGE_CONFIGURE_FISH = """

0 commit comments

Comments
 (0)