Skip to content

Commit

Permalink
Fix remote link in documentation deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
JAremko committed Aug 19, 2017
1 parent d0c0ae4 commit 3e98896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travisci/pub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if [ $TRAVIS_SECURE_ENV_VARS = true ]; then
printf " StrictHostKeyChecking no\n" >> ~/.ssh/config
printf " UserKnownHostsFile=/dev/null\n" >> ~/.ssh/config
git remote set-url "${BOT_NAME}" \
"https://${BOT_NAME}:${BOT_TK}@github.com/${BOT_NAME}/${PUBLISH}"
"https://${BOT_NAME}:${BOT_TK}@github.com/${BOT_NAME}/${PUBLISH}.git"
/tmp/hub push -f "${BOT_NAME}" gh-pages

echo_headline "OPENING PR TO syl20bnr/${PUBLISH}.git"
Expand Down

0 comments on commit 3e98896

Please sign in to comment.