Skip to content

Commit

Permalink
fix poetry add example to use git+https (#8438)
Browse files Browse the repository at this point in the history
  • Loading branch information
mendy-lp authored Sep 17, 2023
1 parent 0c31913 commit 9e1dd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dependency-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ subdir_package = { git = "https://github.com/myorg/mypackage_with_subdirs.git",
with the corresponding `add` call:

```bash
poetry add "https://github.com/myorg/mypackage_with_subdirs.git#subdirectory=subdir"
poetry add "git+https://github.com/myorg/mypackage_with_subdirs.git#subdirectory=subdir"
```

To use an SSH connection, for example in the case of private repositories, use the following example syntax:
Expand Down

0 comments on commit 9e1dd3c

Please sign in to comment.