Merge pull request #974 from jaden-young/patch-1

Fix typos in Makefile
This commit is contained in:
Hang Yan 2018-03-30 21:18:33 +08:00 committed by GitHub
commit b141064ef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ test-cmd:
./script/test/cmd/tests.sh
# generate commandline tests
.PHONY: generate-test-cmd
.PHONY: gen-cmd
gen-cmd:
./script/test/cmd/make-test.sh
@ -126,6 +126,6 @@ vendor-update:
find ./vendor/github.com/docker/distribution -type f -exec sed -i 's/Sirupsen/sirupsen/g' {} \;
.PHONE: test-k8s
.PHONY: test-k8s
test-k8s:
./script/test_k8s/test.sh