Skip to content

Commit

Permalink
Update documentation to fix #125
Browse files Browse the repository at this point in the history
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, `.
  • Loading branch information
GenieTim committed Jan 1, 2019
1 parent 968ac0e commit 022e549
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Resources/doc/index.md
Expand Up @@ -114,7 +114,8 @@ jmose_command_scheduler:
# receivers for reporting mails
monitor_mail: []
# set a custom subject for monitor mails (first placeholder will be replaced by the hostname, second by the date)
monitor_mail_subject: cronjob monitoring %s, %s
# double percentage is used to escape the percentage so they stay parameters
monitor_mail_subject: cronjob monitoring %%s, %%s
# to send "everything's all right" emails to receivers for reporting mails set this value to "true" (see monitoring)
send_ok: false

Expand Down

0 comments on commit 022e549

Please sign in to comment.