From d2b84f31598f5e57d4e69adf80cec526206e8282 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 10 Jul 2017 09:24:10 -0400 Subject: [PATCH] Fix line formatting for master branch conditional --- build/main.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/main.sh b/build/main.sh index 619c1776..4e4dc52e 100755 --- a/build/main.sh +++ b/build/main.sh @@ -9,8 +9,7 @@ else echo "format validation FAILED" fi -if [ "$TRAVIS_BRANCH" == "master" ] -then +if [ "$TRAVIS_BRANCH" == "master" ]; then echo "running link validation..." awesome_bot README.md --allow-ssl --allow 403,302 fi