Skip to content
Snippets Groups Projects
Unverified Commit 1331f526 authored by Hidde Beydals's avatar Hidde Beydals Committed by GitHub
Browse files

Merge pull request #683 from fluxcd/fix-azure-url

Fix Azure DevOps URL in docs
parents ba522877 65d0f356
No related branches found
No related tags found
No related merge requests found
...@@ -320,7 +320,7 @@ If you don't specify the SSH algorithm, then `flux` will generate an RSA 2048 bi ...@@ -320,7 +320,7 @@ If you don't specify the SSH algorithm, then `flux` will generate an RSA 2048 bi
```sh ```sh
flux create source git flux-system \ flux create source git flux-system \
--git-implementation=libgit2 \ --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 \ --branch=master \
--interval=1m --interval=1m
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment