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
commit 94fb8b4d2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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