aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2018-08-28 11:18:22 -0700
committerHaibo Huang <hhb@google.com>2018-08-28 11:20:15 -0700
commitbfaaf2b15f18ec4f73641d11539db4829f5b15e2 (patch)
treecb03f0d7b72d492f6f29457cbe0d5b5eee636f54 /util
parent9b878813d48dee9b08a1cdc8c8b607a602752659 (diff)
downloadguice-bfaaf2b15f18ec4f73641d11539db4829f5b15e2.tar.gz
Upgrade guice to 4.2
Test: m checkbuild Change-Id: I7df64e3d67f5b6c586ff444f45636cd7b2935c1f
Diffstat (limited to 'util')
-rwxr-xr-xutil/generate-latest-docs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generate-latest-docs.sh b/util/generate-latest-docs.sh
index 683c5fd3..4dec42f0 100755
--- a/util/generate-latest-docs.sh
+++ b/util/generate-latest-docs.sh
@@ -23,7 +23,7 @@ if [ "$TRAVIS_REPO_SLUG" == "google/guice" ] && \
cp -rf $HOME/api-diffs-latest api-docs/latest/api-diffs
cp -rf $HOME/javadoc-latest api-docs/latest/javadoc
git add -f .
- git commit -m "Lastest javadoc & api-diffs on successful travis build $TRAVIS_BUILD_NUMBER auto-pushed to gh-pages"
+ git commit -m "Latest javadoc & api-diffs on successful travis build $TRAVIS_BUILD_NUMBER auto-pushed to gh-pages"
git push -fq origin gh-pages > /dev/null
echo -e "Published Javadoc & JDiff to gh-pages.\n"