diff --git a/Makefile b/Makefile index 5bc4051..5389cb8 100644 --- a/Makefile +++ b/Makefile @@ -170,7 +170,7 @@ deploy-kindcluster: install-kind: ifeq (,$(shell which kind)) @echo "installing kind" - curl -Lo ./kind "https://github.com/kubernetes-sigs/kind/releases/download/v0.7.0/kind-$(uname)-amd64" + curl -Lo ./kind "https://github.com/kubernetes-sigs/kind/releases/download/v0.7.0/kind-$(shell uname)-amd64" chmod +x ./kind mv ./kind /usr/local/bin/kind else