Skip to content

Commit

Permalink
fix minikube version
Browse files Browse the repository at this point in the history
  • Loading branch information
ccollicutt committed May 17, 2022
1 parent ab6cdb1 commit f308031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ function install_binaries(){
pushd "$TMP_DIR" || log error "pushd fail"
log debug "installing minikube"
wget -q https://github.com/kubernetes/minikube/releases/download/v1.25.2/minikube-linux-amd64
mv minikube-darwin-amd64 "$BIN_DIR"/minikube
mv minikube-linux-amd64 "$BIN_DIR"/minikube
chmod 755 "$BIN_DIR"/minikube
popd || log error "pushd fail"
fi
Expand Down

0 comments on commit f308031

Please sign in to comment.