From 0e45accc912335b83388034ad3980a1df5d8a63b Mon Sep 17 00:00:00 2001 From: niebayes Date: Thu, 11 Jul 2024 15:04:01 +0800 Subject: [PATCH] Fix comment Signed-off-by: niebayes --- cmd/tsbs_load/load_cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tsbs_load/load_cmd.go b/cmd/tsbs_load/load_cmd.go index 35db18979..8b232f185 100644 --- a/cmd/tsbs_load/load_cmd.go +++ b/cmd/tsbs_load/load_cmd.go @@ -79,7 +79,7 @@ func initViperConfig(*cobra.Command, []string) { // Use config file from the flag. viper.SetConfigFile(cfgFile) } else { - // Search config in execution directory with name "cobra.yaml" (without extension). + // Search config in execution directory with name "config.yaml" (without extension). viper.AddConfigPath(".") viper.SetConfigName("config") viper.SetConfigType("yaml")