Merge pull request #41266 from spiffxp/build-run-make-help

Automatic merge from submit-queue (batch tested with PRs 41649, 41658, 41266, 41371, 41626)

Allow `build/run.sh make help` to run

**What this PR does / why we need it**: typo fix; `build/run.sh make help` doesn't work for me on OS X w/ docker 1.13.x, this PR fixes that

**Release note**:

```release-note
NONE
```
 /cc @spxtr
pull/6/head
Kubernetes Submit Queue 2017-02-17 16:38:38 -08:00 committed by GitHub
commit 64fe9e11f4
1 changed files with 1 additions and 1 deletions

View File

@ -490,13 +490,13 @@ endif
ifeq ($(PRINT_HELP),y)
bazel-test:
define BAZEL_TEST_HELP_INFO
# Test with bazel
#
# Example:
# make bazel-test
endef
bazel-test:
@echo "$$BAZEL_TEST_HELP_INFO"
else
bazel-test: