From 3e98896816644cf8c09201b90d992f09fbe58d1e Mon Sep 17 00:00:00 2001 From: JAremko Date: Sat, 19 Aug 2017 17:15:24 +0300 Subject: [PATCH] Fix remote link in documentation deploy script --- .travisci/pub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travisci/pub.sh b/.travisci/pub.sh index df1cab27d336..07629815e657 100755 --- a/.travisci/pub.sh +++ b/.travisci/pub.sh @@ -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"