From: Silvio Rhatto Date: Thu, 24 Oct 2013 23:30:18 +0000 (-0200) Subject: Minor fix X-Git-Tag: 0.2.7~37 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3a03d2a8e068fc38b1d87134b86c4f62abfcf65b;p=keyringer.git Minor fix --- diff --git a/lib/keyringer/functions b/lib/keyringer/functions index 66a23df..0864b91 100755 --- a/lib/keyringer/functions +++ b/lib/keyringer/functions @@ -504,7 +504,7 @@ function keyringer_set_new_recipients { function keyringer_create_new_recipients { if [ ! -e "$1" ]; then mkdir -p "`dirname $1`" - echo "# Use entries in the form of 'john@doe.com XXXXXXXX" > "$1" + echo "# Use entries in the form of 'john@doe.com XXXXXXXX'" > "$1" echo "" >> "$1" fi }