Merge pull request #881 from cdrage/fix-makefile

Fix makefile
This commit is contained in:
Charlie Drage
2017-11-30 15:22:42 -05:00
committed by GitHub
+1 -1
View File
@@ -118,7 +118,7 @@ test-container:
vendor-update:
glide update --strip-vendor
glide-vc --only-code --no-tests
find ./vendor/github.com/docker/distribution -type f -exec sed -i 's/Sirupsen/sirupen/g' {} \;
find ./vendor/github.com/docker/distribution -type f -exec sed -i 's/Sirupsen/sirupsen/g' {} \;
.PHONE: test-k8s