mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +02:00
fix incorrect uppercase
This commit is contained in:
parent
f948d05b90
commit
ec78a92234
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ func MatchDomains() []string {
|
|||
}
|
||||
|
||||
func WatchChanges() {
|
||||
task := task.GlobalTask("Config watcher")
|
||||
task := task.GlobalTask("config watcher")
|
||||
eventQueue := events.NewEventQueue(
|
||||
task,
|
||||
configEventFlushInterval,
|
||||
|
|
Loading…
Add table
Reference in a new issue