diff --git a/docs/guides/installation.md b/docs/guides/installation.md index cc057257c921644a306d565a898d8550b5c5ab97..015e77796c8d7f3cc8e36a7cefc8fc9df1a163c7 100644 --- a/docs/guides/installation.md +++ b/docs/guides/installation.md @@ -320,7 +320,7 @@ If you don't specify the SSH algorithm, then `flux` will generate an RSA 2048 bi ```sh flux create source git flux-system \ --git-implementation=libgit2 \ - --url=git@ssh.dev.azure.com/v3/org/project/repository \ + --url=ssh://git@ssh.dev.azure.com/v3/org/project/repository \ --branch=master \ --interval=1m ```