Use correct binary name when downloading istioctl. (#7099)

This commit is contained in:
James Brook 2020-04-21 22:23:46 +02:00 committed by GitHub
parent f0f1bcf652
commit 295db60447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -120,7 +120,7 @@ $ curl https://storage.googleapis.com/istio-build/dev/latest | xargs -I {} curl
{{< tab name="Linux" category-value="linux" >}}
{{< text bash >}}
$ curl https://storage.googleapis.com/istio-build/dev/latest | xargs -I {} curl https://storage.googleapis.com/istio-build/dev/{}/istioctl-{}-linux.tar.gz | tar xvz
$ curl https://storage.googleapis.com/istio-build/dev/latest | xargs -I {} curl https://storage.googleapis.com/istio-build/dev/{}/istioctl-{}-linux-amd64.tar.gz | tar xvz
{{< /text >}}
{{< /tab >}}

View File

@ -120,7 +120,7 @@ $ curl https://storage.googleapis.com/istio-build/dev/latest | xargs -I {} curl
{{< tab name="Linux" category-value="linux" >}}
{{< text bash >}}
$ curl https://storage.googleapis.com/istio-build/dev/latest | xargs -I {} curl https://storage.googleapis.com/istio-build/dev/{}/istioctl-{}-linux.tar.gz | tar xvz
$ curl https://storage.googleapis.com/istio-build/dev/latest | xargs -I {} curl https://storage.googleapis.com/istio-build/dev/{}/istioctl-{}-linux-amd64.tar.gz | tar xvz
{{< /text >}}
{{< /tab >}}

View File

@ -110,7 +110,7 @@ $ curl https://storage.googleapis.com/istio-build/dev/latest | xargs -I {} curl
{{< tab name="Linux" category-value="linux" >}}
{{< text bash >}}
$ curl https://storage.googleapis.com/istio-build/dev/latest | xargs -I {} curl https://storage.googleapis.com/istio-build/dev/{}/istioctl-{}-linux.tar.gz | tar xvz
$ curl https://storage.googleapis.com/istio-build/dev/latest | xargs -I {} curl https://storage.googleapis.com/istio-build/dev/{}/istioctl-{}-linux-amd64.tar.gz | tar xvz
{{< /text >}}
{{< /tab >}}