chore: change "validate" to "load"

This commit is contained in:
tobyxdd
2023-06-30 17:10:51 -07:00
parent eb7e91e5ce
commit e97a81a8a9
3 changed files with 3 additions and 3 deletions

View File

@@ -141,7 +141,7 @@ func runClient(cmd *cobra.Command, args []string) {
}
hyConfig, err := config.Config()
if err != nil {
logger.Fatal("failed to validate client config", zap.Error(err))
logger.Fatal("failed to load client config", zap.Error(err))
}
c, err := client.NewClient(hyConfig)