Skip to content

Commit 7ce764a

Browse files
committed
making messages in update_javadocs.sh script consistent
1 parent ff1093a commit 7ce764a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_javadocs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ git checkout gh-pages
1818
rm -rf javadoc/RxJava1.x/*
1919
cp -avr library/build/docs/javadoc/* ./javadoc/RxJava1.x
2020
git add -A
21-
git commit -m "updating javadocs for RxJava1.x"
21+
git commit -m "updating JavaDoc for RxJava1.x"
2222
echo "javadocs for RxJava1.x updated"
2323

2424
echo "javadocs for both RxJava1.x and RxJava2.x updated - now you can push your changes"

0 commit comments

Comments
 (0)