From 90581f557cd50ece94b285ef5cb256640d8ce2f1 Mon Sep 17 00:00:00 2001 From: Alan Rivas Date: Sat, 27 Jan 2024 13:36:27 -0300 Subject: [PATCH] Fix error with a command in the docs (#8911) --- docs/cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cli.md b/docs/cli.md index 74ec6dc5334..db943dbcb09 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -377,8 +377,8 @@ poetry add git+https://github.com/sdispater/pendulum.git#develop poetry add git+https://github.com/sdispater/pendulum.git#2.0.5 # or using SSH instead: -poetry add git+ssh://github.com/sdispater/pendulum.git#develop -poetry add git+ssh://github.com/sdispater/pendulum.git#2.0.5 +poetry add git+ssh://git@github.com:sdispater/pendulum.git#develop +poetry add git+ssh://git@github.com:sdispater/pendulum.git#2.0.5 ``` or reference a subdirectory: