Merge pull request #7174 from zmerlynn/fix_build

Fix build after #7146
This commit is contained in:
Zach Loafman 2015-04-22 10:12:23 -07:00
commit 93207bfd1c
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