changeset 190:c3587159637f

DEP-12: fix if expression
author smith@nwoca.org
date Wed, 20 Sep 2017 17:41:25 +0100
parents 1a8087653f2a
children fea886ba7279
files scripts/.functions.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/.functions.sh	Wed Sep 20 17:35:04 2017 +0100
+++ b/scripts/.functions.sh	Wed Sep 20 17:41:25 2017 +0100
@@ -11,7 +11,7 @@
    export SSDT_HOME=$(dirname $SSDT_SCRIPTS)
 fi
 
-if [ "$(which docker-compose)" ==  ""]
+if [ "$(which docker-compose)" ==  "" ]
 then
    PATH="${PATH}:/usr/local/bin"
 fi