From d27ee0b6982867899c6ae5f359ccaca5294ba3bc Mon Sep 17 00:00:00 2001 From: j38560 Date: Mon, 19 Dec 2016 15:20:04 +0000 Subject: [PATCH] Fixed erroneous echo. --- bin/deploy_to_test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/deploy_to_test.sh b/bin/deploy_to_test.sh index cea7db5..5fa1508 100644 --- a/bin/deploy_to_test.sh +++ b/bin/deploy_to_test.sh @@ -6,7 +6,6 @@ ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" source $ROOT/set_env.sh source $ROOT/functions.sh -echo "Running runRemoteSQL $ROOT/../source/setup.sql if [ -f $ROOT/../source/tables/ ]; then -- GitLab