mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-08-25 02:31:46 +00:00
chore: change "validate" to "load"
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user