Fix build after #7146

This commit is contained in:
Zach Loafman 2015-04-22 10:11:08 -07:00
parent c9988db0ee
commit 42e1710ccf
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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