From 939948a40ab86efdf34bc4d26f4814f00e5d8b08 Mon Sep 17 00:00:00 2001 From: Darren Wang Date: Wed, 25 Oct 2023 17:02:39 +0800 Subject: [PATCH] fix format --- cmd/otel-allocator/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/otel-allocator/config/config.go b/cmd/otel-allocator/config/config.go index ef0f63e3e9..96748c1e4d 100644 --- a/cmd/otel-allocator/config/config.go +++ b/cmd/otel-allocator/config/config.go @@ -96,7 +96,7 @@ func LoadFromCLI(target *Config, flagSet *pflag.FlagSet) error { if err != nil { return err } - target.KubeConfigFilePath = "" + target.KubeConfigFilePath = "" } target.ClusterConfig = clusterConfig