From f2ee9e7ab6152e598fc1f5522ea10872ef7806c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:04:44 +0100 Subject: [PATCH] Add one more missing name --- docs/repositories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/repositories.md b/docs/repositories.md index 62dd789e6c2..9ff8598e7a4 100644 --- a/docs/repositories.md +++ b/docs/repositories.md @@ -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.