Skip to content

Commit 48a76fd

Browse files
alexkiroradoering
andauthored
Fix documentation command for adding a supplemental source (#8953)
Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com>
1 parent 9165843 commit 48a76fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/repositories.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ You can configure a package source as a secondary source with `priority = "secon
226226
source configuration.
227227

228228
```bash
229-
poetry source add --priority=secondary https://foo.bar/simple/
229+
poetry source add --priority=secondary foo https://foo.bar/simple/
230230
```
231231

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

249249
```bash
250-
poetry source add --priority=supplemental https://foo.bar/simple/
250+
poetry source add --priority=supplemental foo https://foo.bar/simple/
251251
```
252252

253253
There can be more than one supplemental package source.

0 commit comments

Comments
 (0)