diff --git a/scheduler/config/config.go b/scheduler/config/config.go index eeb19323c..690bb6d2b 100644 --- a/scheduler/config/config.go +++ b/scheduler/config/config.go @@ -102,7 +102,7 @@ type DynconfigOptions struct { CachePath string `yaml:"cachePath" mapstructure:"cachePath"` // CDNDirPath is cdn dir. - CDNDirPath string `yaml:"cdnDirPata" mapstructure:"cdnDirPata"` + CDNDirPath string `yaml:"cdnDirPath" mapstructure:"cdnDirPath"` } type SchedulerConfig struct {