mirror of
https://github.com/coredns/coredns.git
synced 2025-12-08 19:35:10 -05:00
Typo fixes (#2031)
This commit is contained in:
@@ -35,7 +35,7 @@ func (k *Kubernetes) AutoPath(state request.Request) []string {
|
||||
}
|
||||
|
||||
search = append(search, k.autoPathSearch...)
|
||||
search = append(search, "") // sentinal
|
||||
search = append(search, "") // sentinel
|
||||
return search
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user