fix shellcheck in sample-controller

Kubernetes-commit: 078115a604fb4e89123b4a4e12530fd823abeb88
This commit is contained in:
danielqsj
2019-01-23 20:56:25 +08:00
committed by Kubernetes Publisher
parent abcd26d668
commit 7ec2c1043b
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ set -o errexit
set -o nounset
set -o pipefail
SCRIPT_ROOT=$(dirname "${BASH_SOURCE}")/..
SCRIPT_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
DIFFROOT="${SCRIPT_ROOT}/pkg"
TMP_DIFFROOT="${SCRIPT_ROOT}/_tmp/pkg"