From 184e0d3c071f06a40cfcf4212d37febe4efed469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=A0alata?= Date: Sat, 3 Apr 2021 13:25:27 +0200 Subject: [PATCH] Fix `make fmt` target --- Makefile | 2 +- cmd/webhook.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2bea7db..8231acd 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ endif ############################################################ fmt: - @echo "Run go fmt..." + @go fmt ./cmd/... ############################################################ # lint section diff --git a/cmd/webhook.go b/cmd/webhook.go index bce0988..7fca71a 100644 --- a/cmd/webhook.go +++ b/cmd/webhook.go @@ -28,7 +28,7 @@ var ( ) const ( - imagePullSecretName = "my-cool-secret" + imagePullSecretName = "my-cool-secret" ) type WebhookServer struct {