diff --git a/src/poetry/console/commands/add.py b/src/poetry/console/commands/add.py index 451965cd431..9b88dc11db8 100644 --- a/src/poetry/console/commands/add.py +++ b/src/poetry/console/commands/add.py @@ -83,9 +83,9 @@ class AddCommand(InstallerCommand, InitCommand): - A git url (git+https://github.com/python-poetry/poetry.git) - A git url with a revision\ (git+https://github.com/python-poetry/poetry.git#develop) - - A git SSH url (git+ssh://github.com/python-poetry/poetry.git) + - A git SSH url (git+ssh://git@github.com/python-poetry/poetry.git) - A git SSH url with a revision\ - (git+ssh://github.com/python-poetry/poetry.git#develop) + (git+ssh://git@github.com/python-poetry/poetry.git#develop) - A file path (../my-package/my-package.whl) - A directory (../my-package/) - A url (https://example.com/packages/my-package-0.1.0.tar.gz)