mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 04:42:33 +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() {
|
func WatchChanges() {
|
||||||
task := task.GlobalTask("Config watcher")
|
task := task.GlobalTask("config watcher")
|
||||||
eventQueue := events.NewEventQueue(
|
eventQueue := events.NewEventQueue(
|
||||||
task,
|
task,
|
||||||
configEventFlushInterval,
|
configEventFlushInterval,
|
||||||
|
|
Loading…
Add table
Reference in a new issue