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 {