Fix update.sh

This commit is contained in:
Brendan Burns 2015-01-28 16:53:02 -08:00
parent f0f2d2c147
commit b601d3ce39
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ if [[ "${DOCKER_HUB_USER+set}" != "set" ]] ; then
exit 1
fi
export KUBE_ROOT=$(dirname $0)/../..
export KUBE_REPO_ROOT=${KUBE_REPO_ROOT-$(dirname $0)/../..}
export KUBECTL=${KUBE_REPO_ROOT}/cluster/kubectl.sh
set -x