[TravisCI] fix hub flag name

This commit is contained in:
JAremko 2018-10-14 00:47:08 +03:00 committed by Eugene Yaremenko
parent b96051028a
commit af7cb4bc84
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ fold_end "PUSHING_CHANGES_TO_${BOT_NAME}/${PUBLISH}"
fold_start "OPENING_PR_TO_syl20bnr/${PUBLISH}.git"
echo "[Spacebot]Documentation fixes" > msg
echo "Merge with care - I'm just a stupid bot. Beep boop." >> msg
/tmp/hub pull-request --base "${TRAVIS_BRANCH}" -F msg
/tmp/hub pull-request -b "${TRAVIS_BRANCH}" -F msg
if [ $? -ne 0 ]; then
echo "Seems like PR already exists (not a problem)"
fi