Rename Codeowners() to CodeOwners()

This commit is contained in:
Bjørn Erik Pedersen
2022-02-27 19:40:07 +01:00
parent 5f67151550
commit cff14144a6
7 changed files with 10 additions and 10 deletions

View File

@@ -431,7 +431,7 @@ func (h *HugoSites) loadGitInfo() error {
h.gitInfo = gi
}
co, err := newCodeowners(h.Cfg)
co, err := newCodeOwners(h.Cfg)
if err != nil {
h.Log.Errorln("Failed to read CODEOWNERS:", err)
} else {