diff --git a/content/en/flux/get-started.md b/content/en/flux/get-started.md index 64b3898e6..e0da7e63f 100644 --- a/content/en/flux/get-started.md +++ b/content/en/flux/get-started.md @@ -121,7 +121,7 @@ podinfo is a tiny web application made with Go. ```sh flux create source git podinfo \ --url=https://github.com/stefanprodan/podinfo \ - --branch=master \ + --branch=main \ --interval=1m \ --export > ./clusters/my-cluster/podinfo-source.yaml ```