Commit a7792f6a by finswimmer Committed by Bryce Drennan

fix: change `self:uninstall` to `self uninstall` in `get-poetry.py` (#1722)

parent 794dac59
...@@ -227,7 +227,7 @@ It will add the `poetry` command to {poetry}'s bin directory, located at: ...@@ -227,7 +227,7 @@ It will add the `poetry` command to {poetry}'s bin directory, located at:
{platform_msg} {platform_msg}
You can uninstall at any time with `poetry self:uninstall`, You can uninstall at any time with `poetry self uninstall`,
or by executing this script with the --uninstall option, or by executing this script with the --uninstall option,
and these changes will be reverted. and these changes will be reverted.
""" """
......
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