config: backport file writing changes (#7182)

This commit is contained in:
Sam Kleinman
2021-10-29 06:38:52 -04:00
committed by GitHub
parent 85086d7452
commit e40a8468a4
45 changed files with 366 additions and 185 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ func main() {
if err != nil {
fmt.Println("Failed to write message", err)
os.Exit(1) //nolint:gocritic
os.Exit(1)
}
}