Skip to content

Commit

Permalink
Merge pull request #109 from fyrye/patch-1
Browse files Browse the repository at this point in the history
Fix default value for monitor_mail_subject
  • Loading branch information
j-guyon authored Nov 14, 2018
2 parents f1cf5b7 + ed11de4 commit c7ef4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function getConfigTreeBuilder()
->defaultValue(array())
->prototype('scalar')->end()
->end()
->scalarNode('monitor_mail_subject')->defaultValue('cronjob monitoring %s, %s')->end()
->scalarNode('monitor_mail_subject')->defaultValue('cronjob monitoring %%s, %%s')->end()
->booleanNode('send_ok')->defaultValue(false)->end()
->variableNode('excluded_command_namespaces')
->defaultValue(array(
Expand Down

0 comments on commit c7ef4ab

Please sign in to comment.