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, }