mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
Rename Codeowners() to CodeOwners()
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user