Fix makefile

Fixes the makefile and uses sirupsen instead of sirupen.
This commit is contained in:
Charlie Drage 2017-11-30 15:22:06 -05:00
parent 42e7f0eecb
commit 0fba8f44b1

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