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