Fix the "fix"

Made a mistake when fixing the typo, actually was not a typo :-)
This commit is contained in:
syl20bnr 2017-04-29 11:33:47 -04:00
parent 7274619871
commit e70913022d
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ fi
if [ $TRAVIS_SECURE_ENV_VARS = true ] && [ ! -z "$PUBLISH" ] && [ $TRAVIS_PULL_REQUEST = false ]; then
if [ "$TRAVIS_BRANCH" = "master" ] && [ "$PUBLISH" != "spacemacs.org" ] ||
[ "$TRAVIS_BRANCH" = "develop" ] && [ "$PUBLISH" != "develop.spacemacs.org" ]; then
echo "branch is \"${TRAVIS_BRANCH}\", now publishing to \"${PUBLISH}\"..."
echo "branch is \"${TRAVIS_BRANCH}\", won't publish to \"${PUBLISH}\" repository!"
exit 0
fi
printf '=%.0s' {1..70}