Skip to content

Commit b7ee6df

Browse files
author
Matthew Fisher
authored
Merge pull request #731 from bacongobbler/kops-darwin-typo
fix(quickstart): fix kops typo
2 parents 77a376a + e7bb879 commit b7ee6df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/quickstart/provider/aws/boot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ $ sudo mv kops-darwin-amd64 /usr/local/bin/kops
2222

2323
```bash
2424
$ curl -sSL https://github.com/kubernetes/kops/releases/download/1.5.1/kops-linux-amd64 -O
25-
$ chmod +x kops-darwin-amd64
26-
$ sudo mv kops-darwin-amd64 /usr/local/bin/kops
25+
$ chmod +x kops-linux-amd64
26+
$ sudo mv kops-linux-amd64 /usr/local/bin/kops
2727
```
2828

2929
For more information see the official [kops installation guide](https://github.com/kubernetes/kops/blob/master/docs/aws.md).

0 commit comments

Comments
 (0)