mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
162d3a586d
commit
5ad2f17693
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ func (h *HugoSites) assembleGitInfo() {
|
|||
filename := path.Join(filepath.ToSlash(contentRoot), contentDir, filepath.ToSlash(p.Path()))
|
||||
g, ok := gitMap[filename]
|
||||
if !ok {
|
||||
h.Log.ERROR.Printf("Failed to find GitInfo for %q", filename)
|
||||
h.Log.WARN.Printf("Failed to find GitInfo for %q", filename)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue