mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-24 01:51:10 +01:00
fix incorrect uppercase
This commit is contained in:
@@ -76,7 +76,7 @@ func MatchDomains() []string {
|
||||
}
|
||||
|
||||
func WatchChanges() {
|
||||
task := task.GlobalTask("Config watcher")
|
||||
task := task.GlobalTask("config watcher")
|
||||
eventQueue := events.NewEventQueue(
|
||||
task,
|
||||
configEventFlushInterval,
|
||||
|
||||
Reference in New Issue
Block a user