[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Wed Dec 30 07:38:02 PST 2015
.ci/deploy-docs.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 266bfa3772e75fedcd93db22bf8672a13ad7a7d9
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Wed Dec 30 16:25:48 2015 +0100
[docs] Minor
diff --git a/.ci/deploy-docs.sh b/.ci/deploy-docs.sh
index 73f6530..e4dbad4 100755
--- a/.ci/deploy-docs.sh
+++ b/.ci/deploy-docs.sh
@@ -21,7 +21,7 @@ git init
git config user.name "Travis CI"
git config user.email "travis at harfbuzz.org"
set +x
-echo "git remote add upstream \"https://$$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG.git\""
+echo "git remote add upstream \"https://\$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG.git\""
git remote add upstream "https://$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG.git"
set -x
git fetch upstream
More information about the HarfBuzz
mailing list