diff --git a/docs/tutorials/driving-flux.md b/docs/tutorials/driving-flux.md index 5c59b4fbd..28011725f 100644 --- a/docs/tutorials/driving-flux.md +++ b/docs/tutorials/driving-flux.md @@ -21,7 +21,7 @@ fluxctl install \ --git-user=${GHUSER} \ --git-email=${GHUSER}@users.noreply.github.com \ --git-url=git@github.com:${GHUSER}/flux-get-started \ ---git-paths=namespaces,workloads \ +--git-path=namespaces,workloads \ --namespace=flux | kubectl apply -f - ```