Skip to content

Commit e61589a

Browse files
authored
Apparently this was on purpose (#246)
1 parent 430d6d2 commit e61589a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/flybarman/node.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ wal_retention_policy = main
139139
return fmt.Errorf("failed to write file %s: %s", n.RootPasswordConfigPath, err)
140140
}
141141

142-
barmanCronFileContent := `* * * * * /usr/local/bin/barman_cron`
142+
barmanCronFileContent := `* * * * * /usr/local/bin/barman_cron
143+
`
143144

144145
if err := os.WriteFile(n.BarmanCronFile, []byte(barmanCronFileContent), 0644); err != nil {
145146
return fmt.Errorf("failed write %s: %s", n.BarmanCronFile, err)

0 commit comments

Comments
 (0)