Skip to content

Commit 674e1ee

Browse files
authored
fix download link
without comment on the article, addressing kubernetes/kubernetes#96086 🙃
1 parent dc5093f commit 674e1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ And as sources are always important to mention, we will follow (partially) the h
153153

154154
```bash
155155
# Download the latest version of KinD
156-
curl -Lo ./kind https://github.com/kubernetes-sigs/kind/releases/download/v0.7.0/kind-$(uname)-amd64
156+
curl -Lo ./kind https://github.com/kubernetes-sigs/kind/releases/download/v0.7.0/kind-linux-amd64
157157
# Make the binary executable
158158
chmod +x ./kind
159159
# Move the binary to your executable path

0 commit comments

Comments
 (0)