We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51152ed + a9cc86d commit b0aacb7Copy full SHA for b0aacb7
quickstart/kubernetes/miniziti.bash
@@ -697,7 +697,7 @@ main(){
697
logDebug "apiserver not running or got extra start args, running 'minikube start'"
698
minikube start \
699
--profile "${MINIKUBE_PROFILE}" \
700
- "${MINIKUBE_START_ARGS[@]}" >&3
+ "${MINIKUBE_START_ARGS[*]}" >&3
701
else
702
logDebug "apiserver is running, not starting minikube"
703
fi
0 commit comments