From 13101181018964a765380e3dcc10617c33dcc039 Mon Sep 17 00:00:00 2001 From: Alexis Urien Date: Sat, 19 Oct 2024 13:28:13 -0700 Subject: [PATCH] Update authentication-for-private-packages.md (#12159) Fix Command line inline http-basic command --- doc/articles/authentication-for-private-packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/authentication-for-private-packages.md b/doc/articles/authentication-for-private-packages.md index b81cd636e..d2cc3fd52 100644 --- a/doc/articles/authentication-for-private-packages.md +++ b/doc/articles/authentication-for-private-packages.md @@ -155,7 +155,7 @@ If the username e.g. is an email address it needs to be passed as `name%40exampl ### Command line inline http-basic ```shell -php composer.phar config [--global] repositories composer.unique-name https://username:password@repo.example.org +php composer.phar config [--global] repositories.unique-name composer https://username:password@repo.example.org ``` ### Manual inline http-basic