From a842afdfae966e3a44a7fcbe516bbb550f9d601b Mon Sep 17 00:00:00 2001 From: Krzysztof Kwiatosz Date: Thu, 4 Jan 2024 11:03:26 +0100 Subject: [PATCH] test --- cmd/operator/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/operator/main.go b/cmd/operator/main.go index c24a8927..edf23248 100644 --- a/cmd/operator/main.go +++ b/cmd/operator/main.go @@ -54,7 +54,7 @@ func init() { func main() { var configPath string - flag.StringVar(&configPath, "config-path", "./hack/config.yaml", "The path to the configuration file.") + flag.StringVar(&configPath, "config-path", "./hack/config.yaml", "The path to the configuration file..") opts := zapk8s.Options{ Development: true, }