Skip to content

Commit

Permalink
making messages in update_javadocs.sh script consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
pwittchen committed Aug 5, 2018
1 parent ff1093a commit 7ce764a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_javadocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ git checkout gh-pages
rm -rf javadoc/RxJava1.x/*
cp -avr library/build/docs/javadoc/* ./javadoc/RxJava1.x
git add -A
git commit -m "updating javadocs for RxJava1.x"
git commit -m "updating JavaDoc for RxJava1.x"
echo "javadocs for RxJava1.x updated"

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

0 comments on commit 7ce764a

Please sign in to comment.