[docs] Minor
This commit is contained in:
parent
d08035f8f1
commit
266bfa3772
|
@ -21,7 +21,7 @@ git init
|
||||||
git config user.name "Travis CI"
|
git config user.name "Travis CI"
|
||||||
git config user.email "travis@harfbuzz.org"
|
git config user.email "travis@harfbuzz.org"
|
||||||
set +x
|
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"
|
git remote add upstream "https://$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG.git"
|
||||||
set -x
|
set -x
|
||||||
git fetch upstream
|
git fetch upstream
|
||||||
|
|
Loading…
Reference in New Issue