From cea4f3d189ab583b9b59d4556450b1460d1f9bb8 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 9 Mar 2015 01:26:02 +0100 Subject: Fix the second example in the simple_notify plugin doc --- plugins/simple_notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3