Fix shellcheck for hack/verify-generated-*

All of the `hack/verify-generated-*` files now pass shellcheck and are
removed from `hack/.shellcheck_failures`.
This commit is contained in:
mattjmcnaughton
2019-02-21 09:45:06 -05:00
parent 139a13d312
commit b4d086f914
9 changed files with 41 additions and 48 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]}")/..
source "${KUBE_ROOT}/hack/lib/init.sh"
kube::golang::setup_env