fix some shellcheck failures in hack

This commit is contained in:
SataQiu
2019-02-22 10:49:15 +08:00
parent 9dbc8912d9
commit d357bcd2cd
5 changed files with 6 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ set -o errexit
set -o nounset
set -o pipefail
KUBE_HACK_ROOT=$(dirname "${BASH_SOURCE}")
KUBE_HACK_ROOT=$(dirname "${BASH_SOURCE[0]}")
echo "WARNING: hack/generate-docs.sh is an alias for hack/update-generated-docs.sh"
echo "and will be removed in a future version."