Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
changexd authored and Darren Wang committed Oct 25, 2023
1 parent 80b7081 commit 71d8634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/otel-allocator/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func LoadFromCLI(target *Config, flagSet *pflag.FlagSet) error {
if err != nil {
return err
}
target.KubeConfigFilePath = ""
target.KubeConfigFilePath = ""
}
target.ClusterConfig = clusterConfig

Expand Down

0 comments on commit 71d8634

Please sign in to comment.