mirror of
https://github.com/coredns/coredns.git
synced 2025-12-06 18:35:11 -05:00
fix mis-spelling in owners_generate.go (#3159)
This commit is contained in:
@@ -70,7 +70,7 @@ var Owners = []string{`
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// owners parses a owner file without knowning a whole lot about its structure.
|
// owners parses a owner file without knowing a whole lot about its structure.
|
||||||
func owners(path string, owners map[string]struct{}) (map[string]struct{}, error) {
|
func owners(path string, owners map[string]struct{}) (map[string]struct{}, error) {
|
||||||
file, err := ioutil.ReadFile(path)
|
file, err := ioutil.ReadFile(path)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user