Skip to content

Commit 5c16b82

Browse files
committed
docs(src/quickstart/provider/aws) Changes from code review.
Fixing an absolute path in moving a binary into /usr/local/bin No breaking changes.
1 parent 2217993 commit 5c16b82

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
@@ -14,7 +14,7 @@ Download the [latest](https://github.com/kubernetes/kops/releases/latest) versio
1414
```bash
1515
$ curl -sSL https://github.com/kubernetes/kops/releases/download/1.5.1/kops-darwin-amd64 -O
1616
$ chmod +x kops-darwin-amd64
17-
$ sudo mv kops-darwin-amd64 /usr/local/bin
17+
$ sudo mv kops-darwin-amd64 /usr/local/bin/kops
1818
```
1919

2020

0 commit comments

Comments
 (0)