From 8482fb59822c9dcadce9b2623c4056a756577236 Mon Sep 17 00:00:00 2001 From: maxgio92 Date: Wed, 3 Mar 2021 17:25:29 +0100 Subject: [PATCH] docs(guides/installation.md): make azure devops http basic authn username empty reflect the documentation on azure devops about using personal access token for http authentication: https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=azure-devops&tabs=preview-page#use-a-pat Signed-off-by: maxgio92 --- docs/guides/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/installation.md b/docs/guides/installation.md index 82df44e8..b2ab9004 100644 --- a/docs/guides/installation.md +++ b/docs/guides/installation.md @@ -358,7 +358,7 @@ If you don't specify the SSH algorithm, then `flux` will generate an RSA 2048 bi --git-implementation=libgit2 \ --url=https://dev.azure.com///_git/ \ --branch=master \ - --username=git \ + --username='' \ --password=token \ --interval=1m ```