Skip to content

Commit

Permalink
Fix command for adding a supplemental source
Browse files Browse the repository at this point in the history
The command requires both a name and an URL
  • Loading branch information
alexkiro authored and radoering committed Feb 16, 2024
1 parent 9165843 commit c1eb677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 c1eb677

Please sign in to comment.