use params on correct script

pull/11011/head
Sharif Elgamal 2021-04-07 09:54:39 -07:00
parent 68b903cbb6
commit 400fcc1b9d
1 changed files with 2 additions and 2 deletions

View File

@ -24,10 +24,10 @@ fi
./installers/check_install_docker.sh
# Make sure gh is installed and configured
./installers/check_install_gh.sh v1.16.3 /usr/local
./installers/check_install_gh.sh
# Make sure go is installed and configured
./installers/check_install_golang.sh
./installers/check_install_golang.sh v1.16.3 /usr/local
# Grab latest code
git clone https://github.com/kubernetes/minikube.git