Description: fix syntax error
 Fix syntax error in one of the shipped scripts.
Author: Sebastian Humenda <shumenda@gmx.de>
Last-Update: 2018-10-04
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/

---
 examples/silence__-__supressoutput__+__key_y.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: orca-sops/examples/silence__-__supressoutput__+__key_y.sh
===================================================================
--- orca-sops.orig/examples/silence__-__supressoutput__+__key_y.sh
+++ orca-sops/examples/silence__-__supressoutput__+__key_y.sh
@@ -1,3 +1,3 @@
 #!/bin/sh
 # supressoutput test, you would just hear nothing :).
-echo "This is a test that you would not hear, because the plugin is silenced.
+echo "This is a test that you would not hear, because the plugin is silenced."
