Skip to content

Commit

Permalink
fixed kind url
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerwood committed Apr 2, 2024
1 parent bea1a2d commit aacb5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/scripts/install-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

set -euo pipefail

curl -sSL -o kind https://github.com/kubernetes-sigs/kind/latest/download/kind-linux-amd64
curl -sSL -o kind https://github.com/kubernetes-sigs/kind/releases/latest/download/kind-linux-amd64
chmod +x kind
mv -v kind /usr/bin/

0 comments on commit aacb5db

Please sign in to comment.