Skip to content

Commit 9e2bddb

Browse files
authored
Fix typo on kubectl download for Mac
Closes: #171, thanks @brp-magnusd
1 parent d2bbe42 commit 9e2bddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lab1b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mv kubectl /usr/local/bin/
1919

2020
```sh
2121
export VER=$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
22-
curl -LO https://storage.googleapis.com/kubernetes-release/release/$VER/bin/darwin/amd64/kubectl.exe
22+
curl -LO https://storage.googleapis.com/kubernetes-release/release/$VER/bin/darwin/amd64/kubectl
2323
chmod +x kubectl
2424
mv kubectl /usr/local/bin/
2525
```

0 commit comments

Comments
 (0)