mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
@@ -676,6 +676,7 @@ type contentChangeMap struct {
|
|||||||
func (m *contentChangeMap) add(filename string, tp bundleDirType) {
|
func (m *contentChangeMap) add(filename string, tp bundleDirType) {
|
||||||
m.mu.Lock()
|
m.mu.Lock()
|
||||||
dir := filepath.Dir(filename) + helpers.FilePathSeparator
|
dir := filepath.Dir(filename) + helpers.FilePathSeparator
|
||||||
|
dir = strings.TrimPrefix(dir, ".")
|
||||||
switch tp {
|
switch tp {
|
||||||
case bundleBranch:
|
case bundleBranch:
|
||||||
m.branches = append(m.branches, dir)
|
m.branches = append(m.branches, dir)
|
||||||
|
Reference in New Issue
Block a user