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