Fix the second example in the simple_notify plugin doc
This commit is contained in:
parent
28ee08cc2d
commit
cea4f3d189
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ Second example:
|
|||
.. code-block:: ini
|
||||
|
||||
[simple_notify]
|
||||
command = echo \\<%{from}s\\> %{body}s >> some.fifo
|
||||
command = echo \\<%(from)s\\> %(body)s >> some.fifo
|
||||
delay = 3
|
||||
after_command = echo >> some.fifo
|
||||
|
||||
|
|
Loading…
Reference in a new issue