Remove double assignment of KUBE_ROOT

This commit is contained in:
Johannes Scheuermann 2016-04-19 16:18:16 +02:00
parent 7ab0a9f634
commit 38cb577cd3

View File

@ -18,8 +18,6 @@ set -o errexit
set -o nounset
set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
source "${KUBE_ROOT}/hack/lib/init.sh"