From 311264a95e6374f6d83a38576d070ceba7c83bbb Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 9 Feb 2022 09:46:26 -0600 Subject: [PATCH] Update flux installation command in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f1d6560..4a68fad 100644 --- a/readme.md +++ b/readme.md @@ -81,7 +81,7 @@ ansible-playbook -i inventory/hosts.yml ./nuke-k3s-cluster ``` - Install Flux (note the `fish`-isms here, so you may need to translate to `bash`-isms) ``` - flux bootstrap git --url=(git remote get-url origin-https) --branch=master \ + flux bootstrap git --url=(git remote get-url origin) --branch=master \ --path=./cluster/home --private-key-file=$HOME/.ssh/flux-k8s-clusters ```