Skip to content

Commit

Permalink
docs(publish): fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Oct 4, 2017
1 parent dbb75cf commit f55ae22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/docs/update-website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ else
currentBranch=$TRAVIS_BRANCH
fi

if [ $currentBranch != 'master' ]; then
printf "update-website: You must be on master"
if [ $currentBranch != 'maintenance' ]; then
printf "update-website: You must be on maintenance"
exit 1
fi

Expand Down

0 comments on commit f55ae22

Please sign in to comment.