Skip to content

Commit 05c9824

Browse files
authored
Merge pull request #764 from mboersma/kops-fix
fix(aws/boot): don't overwrite kops with kubectl
2 parents 02ee490 + 6f5d0ca commit 05c9824

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)