mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-25 22:00:58 +02:00
all: Update textual references in Go source to point to gohugoio/hugo
This commit is contained in:
@@ -656,7 +656,7 @@ func (c *commandeer) getDirList() []string {
|
||||
}
|
||||
|
||||
// Skip .git directories.
|
||||
// Related to https://github.com/spf13/hugo/issues/3468.
|
||||
// Related to https://github.com/gohugoio/hugo/issues/3468.
|
||||
if fi.Name() == ".git" {
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user