From ef5e1756a1c70686f653b5ece71b9e7af71ffc51 Mon Sep 17 00:00:00 2001 From: Jim Ma Date: Wed, 30 Jun 2021 21:07:18 +0800 Subject: [PATCH] fix: update DynconfigOptions typo (#390) Signed-off-by: Jim Ma --- scheduler/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {