mirror of https://github.com/k3s-io/k3s
Merge pull request #19066 from bboreham/patch-1
Default VAGRANT_DEFAULT_PROVIDER when no provider foundpull/6/head
commit
027af6359c
|
@ -82,7 +82,7 @@ function verify-prereqs {
|
|||
done
|
||||
|
||||
if [ -z "${provider_found}" ]; then
|
||||
if [ -n "${VAGRANT_DEFAULT_PROVIDER}" ]; then
|
||||
if [ -n "${VAGRANT_DEFAULT_PROVIDER:-}" ]; then
|
||||
echo "Can't find the necessary components for the ${VAGRANT_DEFAULT_PROVIDER} vagrant provider."
|
||||
echo "Possible reasons could be: "
|
||||
echo -e "\t- vmrun utility is not in your path"
|
||||
|
|
Loading…
Reference in New Issue