Skip to content

Commit 022e549

Browse files
authored
Update documentation to fix #125
Issue #125 is possibly caused by the config proposed in this documentation section, which leads to Symfony thinking `%s, %` is a parameter resp. needs a parameter with id `s, `.
1 parent 968ac0e commit 022e549

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Resources/doc/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ jmose_command_scheduler:
114114
# receivers for reporting mails
115115
monitor_mail: []
116116
# set a custom subject for monitor mails (first placeholder will be replaced by the hostname, second by the date)
117-
monitor_mail_subject: cronjob monitoring %s, %s
117+
# double percentage is used to escape the percentage so they stay parameters
118+
monitor_mail_subject: cronjob monitoring %%s, %%s
118119
# to send "everything's all right" emails to receivers for reporting mails set this value to "true" (see monitoring)
119120
send_ok: false
120121

0 commit comments

Comments
 (0)