spell check for test/*

This commit is contained in:
aaronxu
2016-12-14 06:03:00 -08:00
parent 9705bb728e
commit 3b20730620
10 changed files with 16 additions and 16 deletions

View File

@@ -43,7 +43,7 @@ kube::util::gen-docs "${KUBE_TEMP}"
# remove all of the old docs
kube::util::remove-gen-docs
# Copy fresh docs into the repo.
# copy fresh docs into the repo.
# the shopt is so that we get .generated_docs from the glob.
shopt -s dotglob
cp -af "${KUBE_TEMP}"/* "${KUBE_ROOT}"