Skip to content

Commit d1e9b1e

Browse files
authored
Merge pull request #14 from vim-jp/update-commit-message
Update commit message
2 parents 1bddb12 + 57e1bb8 commit d1e9b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/deploy-gh-pages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if ! git diff --quiet HEAD ; then
1818
git config push.default simple
1919
git config user.email "$DEPLOY_USER_EMAIL"
2020
git config user.name "$DEPLOY_USER_NAME"
21-
git commit -m "Generated by Travis JOB $TRAVIS_JOB_NUMBER" -m "https://travis-ci.org/$TRAVIS_REPO_SLUG/builds/$TRAVIS_BUILD_ID"
21+
git commit -m "Generated by Travis JOB $TRAVIS_JOB_NUMBER" -m "https://travis-ci.com/github/$TRAVIS_REPO_SLUG/builds/$TRAVIS_BUILD_ID"
2222
git push
2323
else
2424
echo "No changes"

0 commit comments

Comments
 (0)