Fix typos in Makefile

This commit is contained in:
Jaden Young 2018-03-29 12:49:11 -05:00
parent 39ad6140c3
commit b9e1d54e6d

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