From 0fba8f44b16a796ba26c90bc7a89225db0ced601 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Thu, 30 Nov 2017 15:22:06 -0500 Subject: [PATCH] Fix makefile Fixes the makefile and uses sirupsen instead of sirupen. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a656dc9..a0c0d430 100644 --- a/Makefile +++ b/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