Skip to content

Commit

Permalink
Merge pull request kubernetes#41266 from spiffxp/build-run-make-help
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Kubernetes Submit Queue authored Feb 18, 2017
2 parents b584e94 + 6bf0055 commit 64fe9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 64fe9e1

Please sign in to comment.