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

Commit 6f5d0ca

Browse files
committed
fix(aws/boot): don't overwrite kops with kubectl
1 parent 0cdc5dc commit 6f5d0ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/quickstart/provider/aws/boot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Version 1.5.1
4040
```bash
4141
$ curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/darwin/amd64/kubectl
4242
$ chmod +x kubectl
43-
$ sudo mv kubectl /usr/local/bin/kops
43+
$ sudo mv kubectl /usr/local/bin/
4444
```
4545

4646

0 commit comments

Comments
 (0)