From 931e8fe5550461208f770c0df6a3a97576bfb2aa Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Fri, 10 Mar 2017 16:00:12 +0100 Subject: [PATCH] Updated ghpages --- docs/src/main/asciidoc/ghpages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/ghpages.sh b/docs/src/main/asciidoc/ghpages.sh index ba548ab1..6429e8f7 100755 --- a/docs/src/main/asciidoc/ghpages.sh +++ b/docs/src/main/asciidoc/ghpages.sh @@ -344,7 +344,7 @@ done assert_properties set_default_props check_if_anything_to_sync -if echo $VERSION | egrep -q 'SNAPSHOT' || [[ -z "${VERSION}" ]; then +if echo $VERSION | egrep -q 'SNAPSHOT' || [[ -z "${VERSION}" ]]; then retrieve_current_branch else switch_to_tag