Merge pull request #76152 from SataQiu/fix-shell-cluster-20190404

Fix some shellcheck failures of cluster/*.sh
This commit is contained in:
Kubernetes Prow Robot
2019-04-19 18:59:41 -07:00
committed by GitHub
8 changed files with 8 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ set -o errexit
set -o nounset
set -o pipefail
KUBE_ROOT=$(cd $(dirname "${BASH_SOURCE}")/.. && pwd)
KUBE_ROOT=$(cd $(dirname "${BASH_SOURCE[0]}")/.. && pwd)
DEFAULT_KUBECONFIG="${HOME:-.}/.kube/config"