From 1e76f519dcdb9512b9d710e2bf430fa4cadda753 Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Fri, 13 Jan 2017 21:13:54 -0500 Subject: [PATCH] Add missing then --- deploy/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/deploy.sh b/deploy/deploy.sh index 75b327335..1ad30ac08 100644 --- a/deploy/deploy.sh +++ b/deploy/deploy.sh @@ -17,7 +17,7 @@ function build { } # For revert branches, do nothing -if [[ "$TRAVIS_BRANCH" == revert-* ]] +if [[ "$TRAVIS_BRANCH" == revert-* ]]; then echo -e "\e[36m\e[1mBuild triggered for reversion branch \"${TRAVIS_BRANCH}\" - doing nothing." exit 0 fi