Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
fix(aws/boot): don't overwrite kops with kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Mar 8, 2017
1 parent 0cdc5dc commit 6f5d0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quickstart/provider/aws/boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Version 1.5.1
```bash
$ curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/darwin/amd64/kubectl
$ chmod +x kubectl
$ sudo mv kubectl /usr/local/bin/kops
$ sudo mv kubectl /usr/local/bin/
```


Expand Down

0 comments on commit 6f5d0ca

Please sign in to comment.