fix: update DynconfigOptions typo (#390)
Signed-off-by: Jim Ma <majinjing3@gmail.com>
This commit is contained in:
parent
7a6e815d34
commit
ef5e1756a1
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue