summaryrefslogtreecommitdiff
path: root/plugins/simple_notify.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/simple_notify.py')
-rw-r--r--plugins/simple_notify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/simple_notify.py b/plugins/simple_notify.py
index f08fa259..9311efed 100644
--- a/plugins/simple_notify.py
+++ b/plugins/simple_notify.py
@@ -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