diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-10-24 21:30:18 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-10-24 21:30:18 -0200 |
commit | 3a03d2a8e068fc38b1d87134b86c4f62abfcf65b (patch) | |
tree | ce8c3784808a81ef887a45dbe395b421fc2cfcce /lib | |
parent | 42e81a0d15be5c62913c51f16986c5ea8fc92c70 (diff) | |
download | keyringer-3a03d2a8e068fc38b1d87134b86c4f62abfcf65b.tar.gz keyringer-3a03d2a8e068fc38b1d87134b86c4f62abfcf65b.tar.bz2 |
Minor fix
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/keyringer/functions | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |