From 295db60447a7b8fef044094038ffdebd570b70e4 Mon Sep 17 00:00:00 2001 From: James Brook Date: Tue, 21 Apr 2020 22:23:46 +0200 Subject: [PATCH] Use correct binary name when downloading istioctl. (#7099) --- content/en/docs/ops/diagnostic-tools/istioctl-analyze/index.md | 2 +- .../pt-br/docs/ops/diagnostic-tools/istioctl-analyze/index.md | 2 +- content/zh/docs/ops/diagnostic-tools/istioctl-analyze/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/ops/diagnostic-tools/istioctl-analyze/index.md b/content/en/docs/ops/diagnostic-tools/istioctl-analyze/index.md index d699609d94..3df794aae1 100644 --- a/content/en/docs/ops/diagnostic-tools/istioctl-analyze/index.md +++ b/content/en/docs/ops/diagnostic-tools/istioctl-analyze/index.md @@ -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 >}} diff --git a/content/pt-br/docs/ops/diagnostic-tools/istioctl-analyze/index.md b/content/pt-br/docs/ops/diagnostic-tools/istioctl-analyze/index.md index 27e61877c3..9bcdce9e5a 100644 --- a/content/pt-br/docs/ops/diagnostic-tools/istioctl-analyze/index.md +++ b/content/pt-br/docs/ops/diagnostic-tools/istioctl-analyze/index.md @@ -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 >}} diff --git a/content/zh/docs/ops/diagnostic-tools/istioctl-analyze/index.md b/content/zh/docs/ops/diagnostic-tools/istioctl-analyze/index.md index 7a7211dfd2..a837a60dfa 100644 --- a/content/zh/docs/ops/diagnostic-tools/istioctl-analyze/index.md +++ b/content/zh/docs/ops/diagnostic-tools/istioctl-analyze/index.md @@ -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 >}}