Commit 42e1710c authored by Zach Loafman's avatar Zach Loafman

Fix build after #7146

parent c9988db0
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment