mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
Fix tyop
Let's not say 'lastest'. That would only confuse non-native speakears such as yours truly. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
parent
2fff3a6e13
commit
5913dec6d7
@ -22,7 +22,7 @@ if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
|
||||
git rm -rf ./javadoc
|
||||
cp -Rf ../javadoc ./javadoc
|
||||
git add -f .
|
||||
git commit -m "Lastest javadoc on successful travis build $TRAVIS_BUILD_NUMBER auto-pushed to gh-pages"
|
||||
git commit -m "Latest javadoc on successful travis build $TRAVIS_BUILD_NUMBER auto-pushed to gh-pages"
|
||||
if ! git push -fq origin gh-pages &> /dev/null; then
|
||||
echo "Error pushing gh-pages to origin. Bad GH_TOKEN? GitHub down?"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user