mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 13:12:20 +00:00
Fix build after #7146
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user