From 9d8a46e847a061bfe034ab9c73e1d2006c84a0dd Mon Sep 17 00:00:00 2001 From: Soam Vasani Date: Tue, 12 Sep 2017 16:46:39 -0700 Subject: [PATCH] fix broken helm download command in instructions, again --- Documentation/docs-site/content/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/docs-site/content/install.md b/Documentation/docs-site/content/install.md index bb60cc76..88cee4f7 100644 --- a/Documentation/docs-site/content/install.md +++ b/Documentation/docs-site/content/install.md @@ -48,7 +48,7 @@ First, you'll need the helm CLI: On __OS X__: ``` -$ curl -Lo https://storage.googleapis.com/kubernetes-helm/helm-v2.6.1-darwin-amd64.tar.gz +$ curl -LO https://storage.googleapis.com/kubernetes-helm/helm-v2.6.1-darwin-amd64.tar.gz $ tar xzf helm-v2.6.1-darwin-amd64.tar.gz @@ -57,7 +57,7 @@ $ mv darwin-amd64/helm /usr/local/bin On __Linux__: ``` -$ curl -Lo https://storage.googleapis.com/kubernetes-helm/helm-v2.6.1-linux-amd64.tar.gz +$ curl -LO https://storage.googleapis.com/kubernetes-helm/helm-v2.6.1-linux-amd64.tar.gz $ tar xzf helm-v2.6.1-linux-amd64.tar.gz