mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Fix build after #7146
This commit is contained in:
parent
c9988db0ee
commit
42e1710ccf
@ -49,7 +49,7 @@ function verify-prereqs {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if [[ "${KUBE_SKIP_UPDATE} == "y" ]]; then
|
if [[ "${KUBE_SKIP_UPDATE}" == "y" ]]; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
# update and install components as needed
|
# update and install components as needed
|
||||||
|
@ -87,7 +87,7 @@ function verify-prereqs() {
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [[ "${KUBE_SKIP_UPDATE} == "y" ]]; then
|
if [[ "${KUBE_SKIP_UPDATE}" == "y" ]]; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
# update and install components as needed
|
# update and install components as needed
|
||||||
|
Loading…
Reference in New Issue
Block a user