From 7a80ef0f642391dc6d126272eef71f776d1b21a2 Mon Sep 17 00:00:00 2001
From: okhin <okhin@laquadrature.net>
Date: Thu, 8 Nov 2018 11:33:36 +0100
Subject: [PATCH] Update install.sh

---
 ci/install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/install.sh b/ci/install.sh
index 1c380d3..50d6f11 100644
--- a/ci/install.sh
+++ b/ci/install.sh
@@ -7,7 +7,7 @@ else
     HOME=/var/www/dons/
 fi
 
-if [ -e "$HOME/app/env"]
+if [ -e "$HOME/app/env" ]
     then
         source $HOME/app/env
     fi
-- 
GitLab