force file mode on write (and update deps)

This commit is contained in:
Mikaël Cluseau
2020-10-02 05:57:38 +02:00
parent b7218a009f
commit 2ad5dd5dfc
10 changed files with 269 additions and 26 deletions

View File

@ -45,7 +45,7 @@ func main() {
if *filesFilters != "" {
filters = strings.Split(*filesFilters, ",")
}
if err = apply.Files(cfg, log, filters...); err != nil {
if err = apply.Files(cfg /*log,*/, filters...); err != nil {
log.Taint(dlog.Fatal, "failed to apply files: ", err)
os.Exit(1)
}