From 473e7040d3fc1c2eabf83859b9eee1e4c8cc0bb9 Mon Sep 17 00:00:00 2001 From: "Johnny @PC" Date: Tue, 24 Feb 2015 20:17:13 +0100 Subject: [PATCH] Fixed syntax-error --- push-ghpages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push-ghpages.sh b/push-ghpages.sh index bea062dc..2af58095 100644 --- a/push-ghpages.sh +++ b/push-ghpages.sh @@ -1,6 +1,6 @@ #!/bin/bash -if [ "$TRAVIS_PULL_REQUEST" == "false" ] +if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo Starting push to gh-pages... mkdir deploy