@@ -282,7 +282,7 @@ func readDir(d string) ([]fs.DirEntry, error) {
func NewYaml(p string) (Yaml, error) {
var y Yaml
b, _ := os.ReadFile(path.Join(d, YamlFile))
b, _ := os.ReadFile(p)
if err := yaml.Unmarshal(b, &y); err != nil {
return y, fmt.Errorf("%s: %w", p, err)
}
The note is not visible to the blocked user.