From 7881f3cd2de8cc111cc3cd2f27e66ba6dffc5cd5 Mon Sep 17 00:00:00 2001 From: okhin Date: Thu, 8 Nov 2018 11:37:12 +0100 Subject: [PATCH] Update install.sh --- ci/install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ci/install.sh b/ci/install.sh index 50d6f11..7e5d7aa 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -8,9 +8,8 @@ else fi if [ -e "$HOME/app/env" ] - then - source $HOME/app/env - fi +then + source $HOME/app/env fi cd $HOME -- GitLab