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
+2 -2
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