Skip to content

Commit

Permalink
[docs] Correcting typos in docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Mar 19, 2021
1 parent 9a3572a commit 0f49b53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generate_api_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mv build/docs/api/rb docs/api/rb

git add -A docs/api

read -p "Do you want to commit the chages? (Y/n):" changes </dev/tty
read -p "Do you want to commit the changes? (Y/n):" changes </dev/tty

if [ -z $changes ]; then
changes=Y
Expand All @@ -36,8 +36,8 @@ case "$changes" in
*) exit;;
esac

echo "Commiting changes"
git commit -am "updating javadoc and py docs"
echo "Committing changes"
git commit -am "updating API docs"

echo "pushing to origin gh-pages"
git push origin gh-pages
Expand Down

0 comments on commit 0f49b53

Please sign in to comment.