From 22edaabd9854af2e86d254ef37e916751e93a06c Mon Sep 17 00:00:00 2001
From: Jee <jee@framagit.org>
Date: Tue, 24 Apr 2018 19:47:06 +0200
Subject: [PATCH] remove a quote

---
 docs/installation/external_dependencies.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/installation/external_dependencies.rst b/docs/installation/external_dependencies.rst
index 6641bef0..05922697 100644
--- a/docs/installation/external_dependencies.rst
+++ b/docs/installation/external_dependencies.rst
@@ -49,7 +49,7 @@ for funkwhale to work properly:
 
 .. code-block:: shell
 
-    sudo -u postgres psql -c 'CREATE EXTENSION "unaccent";''
+    sudo -u postgres psql -c 'CREATE EXTENSION "unaccent";'
 
 
 Cache setup (Redis)
-- 
GitLab