diff --git a/templates/hedgedoc-retention-cron.cfg.j2 b/templates/hedgedoc-retention-cron.cfg.j2 index e4a584efc57a49aeb47c1130b789cb5172733793..849da8725dee33073b69e400f47f992d635eb546 100644 --- a/templates/hedgedoc-retention-cron.cfg.j2 +++ b/templates/hedgedoc-retention-cron.cfg.j2 @@ -3,4 +3,4 @@ MAIL_ENABLED={{ hedgedoc.retention_cron.mail.enabled|bool|lower }} MAIL_TEMPLATE="{{ hedgedoc.retention_cron.mail.template }}" BACKUP_ENABLED={{ hedgedoc.retention_cron.backup.enabled|bool|lower }} BACKUP_PATH="{{ hedgedoc.retention_cron.backup.path }}" -BACKUP_KEEP_DAYS={{ hedgedoc.retention_cron.backup.keep_days }} \ No newline at end of file +BACKUP_KEEP_DAYS={{ hedgedoc.retention_cron.backup.keep_days }}