From 0ab3fa97c89a0b03e183e841be2ec61aa7ed9f28 Mon Sep 17 00:00:00 2001 From: Eero Ruohola Date: Thu, 1 Apr 2021 16:10:57 +0300 Subject: [PATCH] Add a missing " to the post install message of `install-poetry.py` --- install-poetry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-poetry.py b/install-poetry.py index 7cb19c8..ba67d3d 100644 --- a/install-poetry.py +++ b/install-poetry.py @@ -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 = """