Fix previous commit
authorKhaled Hosny <khaledhosny@eglug.org>
Sat, 26 Dec 2015 02:45:51 +0000 (06:45 +0400)
committerKhaled Hosny <khaledhosny@eglug.org>
Sat, 26 Dec 2015 02:45:51 +0000 (06:45 +0400)
.ci/deploy-docs.sh

index 3323061..2da84c3 100755 (executable)
@@ -2,7 +2,7 @@ TAG="$(git describe --exact-match --match "[0-9]*" HEAD 2>/dev/null)"
 
 set -o errexit -o nounset
 
-if [ "$TRAVIS_OS_NAME" == "linux" -a "$CC" == "gcc" -a "$TRAVIS_SECURE_ENV_VARS" == "true" -a "$TAG" != ""]
+if [ "$TRAVIS_OS_NAME" == "linux" -a "$CC" == "gcc" -a "$TRAVIS_SECURE_ENV_VARS" == "true" -a "$TAG" != "" ]
 then
        DOCSDIR=build-docs
        REVISION=$(git rev-parse --short HEAD)