Commit 48a76fd 1 parent 9165843 commit 48a76fd Copy full SHA for 48a76fd
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ You can configure a package source as a secondary source with `priority = "secon
226
226
source configuration.
227
227
228
228
``` bash
229
- poetry source add --priority=secondary https://foo.bar/simple/
229
+ poetry source add --priority=secondary foo https://foo.bar/simple/
230
230
```
231
231
232
232
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
247
247
source configuration.
248
248
249
249
``` bash
250
- poetry source add --priority=supplemental https://foo.bar/simple/
250
+ poetry source add --priority=supplemental foo https://foo.bar/simple/
251
251
```
252
252
253
253
There can be more than one supplemental package source.
You can’t perform that action at this time.
0 commit comments