Rename build-tools/ back to build/

This commit is contained in:
Jeff Grafton
2016-12-13 16:03:06 -08:00
parent 4bcb27ee2e
commit 27d096d27d
62 changed files with 70 additions and 70 deletions

View File

@@ -97,7 +97,7 @@ if [[ -z "${KUBECTL_PATH:-}" ]]; then
echo "It looks as if you don't have a compiled kubectl binary"
echo
echo "If you are running from a clone of the git repo, please run"
echo "'./build-tools/run.sh make cross'. Note that this requires having"
echo "'./build/run.sh make cross'. Note that this requires having"
echo "Docker installed."
echo
echo "If you are running from a binary release tarball, something is wrong. "