Skip to content

Commit

Permalink
Fix documentation command for adding a supplemental source (#8953)
Browse files Browse the repository at this point in the history
Co-authored-by: Randy Döring <[email protected]>
  • Loading branch information
alexkiro and radoering authored Feb 16, 2024
1 parent 9165843 commit 48a76fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ You can configure a package source as a secondary source with `priority = "secon
source configuration.

```bash
poetry source add --priority=secondary https://foo.bar/simple/
poetry source add --priority=secondary foo https://foo.bar/simple/
```

There can be more than one secondary package source.
Expand All @@ -247,7 +247,7 @@ You can configure a package source as a supplemental source with `priority = "su
source configuration.

```bash
poetry source add --priority=supplemental https://foo.bar/simple/
poetry source add --priority=supplemental foo https://foo.bar/simple/
```

There can be more than one supplemental package source.
Expand Down

0 comments on commit 48a76fd

Please sign in to comment.