fix apply AppCallback
Some checks reported errors
continuous-integration/drone/tag Build was killed

This commit is contained in:
Arnas Udovic 2025-01-12 00:30:28 +02:00
parent 97de2fd06c
commit 873110f5ce

View file

@ -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 {
return err
}