Skip to content

Commit 5c4d0a5

Browse files
9banyTim Bannister
andauthored
add -L
Co-authored-by: Tim Bannister <[email protected]>
1 parent 02f092e commit 5c4d0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2019-03-28-running-kubernetes-locally-on-linux-with-minikube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ In order to manage the Kubernetes cluster, we need to install [kubectl](https://
8080
The recommended way to install it on Linux is to download the pre-built binary and move it to a directory under the `$PATH`.
8181

8282
```shell
83-
curl -LO https://dl.k8s.io/release/$(curl -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl \
83+
curl -LO https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl \
8484
&& sudo install kubectl /usr/local/bin && rm kubectl
8585
```
8686

0 commit comments

Comments
 (0)