fix shellcheck in hack/

This commit is contained in:
xichengliudui
2019-02-18 19:11:21 -05:00
parent 4938cc37d3
commit 783aa61979
4 changed files with 4 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ set -o errexit
set -o nounset
set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
cd "${KUBE_ROOT}"
result=0