forked from LaconicNetwork/kompose
Fix makefile
Fixes the makefile and uses sirupsen instead of sirupen.
This commit is contained in:
parent
42e7f0eecb
commit
0fba8f44b1
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user