Fix make fmt target

This commit is contained in:
Martin Šalata
2021-04-03 13:25:27 +02:00
parent c8b6950f98
commit 184e0d3c07
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ endif
############################################################
fmt:
@echo "Run go fmt..."
@go fmt ./cmd/...
############################################################
# lint section

View File

@@ -28,7 +28,7 @@ var (
)
const (
imagePullSecretName = "my-cool-secret"
imagePullSecretName = "my-cool-secret"
)
type WebhookServer struct {