From e4439a3fe40dc0b106c2c22e6c6c403e8a5a5c5e Mon Sep 17 00:00:00 2001
From: viisauksena <viisauksena@users.noreply.github.com>
Date: Tue, 23 Feb 2016 23:33:17 +0100
Subject: [PATCH] docs: fix typo in authorized keys config example

---
 docs/features/authorized-keys.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/features/authorized-keys.rst b/docs/features/authorized-keys.rst
index b3b0aaf6b..2f23ded56 100644
--- a/docs/features/authorized-keys.rst
+++ b/docs/features/authorized-keys.rst
@@ -8,7 +8,7 @@ If you select this package, add a list of authorized keys to ``site.conf`` like
 
   {
     authorized_keys = { 'ssh-rsa AAA.... user1@host',
-                        'ssh-rsa AAA.... user2@host },
+                        'ssh-rsa AAA.... user2@host' },
     hostname_prefix = ...
     ...
 
-- 
GitLab