mirror of
https://github.com/ysoftdevs/imagepullsecret-injector.git
synced 2026-01-15 08:13:52 +01:00
Fix make fmt target
This commit is contained in:
2
Makefile
2
Makefile
@@ -45,7 +45,7 @@ endif
|
||||
############################################################
|
||||
|
||||
fmt:
|
||||
@echo "Run go fmt..."
|
||||
@go fmt ./cmd/...
|
||||
|
||||
############################################################
|
||||
# lint section
|
||||
|
||||
@@ -28,7 +28,7 @@ var (
|
||||
)
|
||||
|
||||
const (
|
||||
imagePullSecretName = "my-cool-secret"
|
||||
imagePullSecretName = "my-cool-secret"
|
||||
)
|
||||
|
||||
type WebhookServer struct {
|
||||
|
||||
Reference in New Issue
Block a user