mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
db0633c1a4
commit
f87239e4ca
1 changed files with 1 additions and 0 deletions
|
@ -676,6 +676,7 @@ type contentChangeMap struct {
|
|||
func (m *contentChangeMap) add(filename string, tp bundleDirType) {
|
||||
m.mu.Lock()
|
||||
dir := filepath.Dir(filename) + helpers.FilePathSeparator
|
||||
dir = strings.TrimPrefix(dir, ".")
|
||||
switch tp {
|
||||
case bundleBranch:
|
||||
m.branches = append(m.branches, dir)
|
||||
|
|
Loading…
Reference in a new issue