Skip to content

Commit

Permalink
Fix error with a command in the docs (#8911)
Browse files Browse the repository at this point in the history
  • Loading branch information
alarivas authored Jan 27, 2024
1 parent 6c7e6b0 commit 90581f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 90581f5

Please sign in to comment.