From 52c49b84ca58ce76e1017bbd76437c2a96818b67 Mon Sep 17 00:00:00 2001 From: Vignesh Muthu <36441437+vigneshp826@users.noreply.github.com> Date: Wed, 13 Dec 2023 11:25:07 +0530 Subject: [PATCH] .exe suffix to windows url .exe suffix to windows url of clusterawsadm --- docs/book/src/user/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/user/quick-start.md b/docs/book/src/user/quick-start.md index f039a9f06373..c50d057fb343 100644 --- a/docs/book/src/user/quick-start.md +++ b/docs/book/src/user/quick-start.md @@ -417,7 +417,7 @@ clusterctl init --infrastructure aws Download the latest release; on Windows, type: ``` -curl.exe -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api-provider-aws" asset:"clusterawsadm-windows-amd64" version:">=2.0.0"}} -o clusterawsadm.exe +curl.exe -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api-provider-aws" asset:"clusterawsadm-windows-amd64.exe" version:">=2.0.0"}} -o clusterawsadm.exe ``` Append or prepend the path of that directory to the `PATH` environment variable.