fix: update DynconfigOptions typo (#390)

Signed-off-by: Jim Ma <majinjing3@gmail.com>
This commit is contained in:
Jim Ma 2021-06-30 21:07:18 +08:00 committed by Gaius
parent 7a6e815d34
commit ef5e1756a1
No known key found for this signature in database
GPG Key ID: 8B4E5D1290FA2FFB
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ type DynconfigOptions struct {
CachePath string `yaml:"cachePath" mapstructure:"cachePath"` CachePath string `yaml:"cachePath" mapstructure:"cachePath"`
// CDNDirPath is cdn dir. // CDNDirPath is cdn dir.
CDNDirPath string `yaml:"cdnDirPata" mapstructure:"cdnDirPata"` CDNDirPath string `yaml:"cdnDirPath" mapstructure:"cdnDirPath"`
} }
type SchedulerConfig struct { type SchedulerConfig struct {