diff --git a/ci/install.sh b/ci/install.sh
index 1c380d384900d990d06b4f1d782b9b8af6ae4a61..50d6f110cb816d1abf95a25c6ee99942f5a328bb 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