This commit is contained in:
parent
97de2fd06c
commit
873110f5ce
1 changed files with 1 additions and 1 deletions
2
tree.go
2
tree.go
|
@ -295,7 +295,7 @@ func applyApp(app AppCallback, dir string, config Config) error {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
content, err = app(dir, content, info)
|
content, err = app(path.Dir(fullPath), content, info)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue