Merge pull request #7935 from johngmyers/fix-fork-bomb

Fix fork bomb in Makefile
This commit is contained in:
Kubernetes Prow Robot 2019-11-17 07:47:40 -08:00 committed by GitHub
commit 8c3c493a47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ gomod-prereqs:
.PHONY: dep-ensure
dep-ensure:
echo "`make dep-ensure` has been replaced by `make gomod`"
echo "'make dep-ensure' has been replaced by 'make gomod'"
exit 1
.PHONY: gomod