diff --git a/generate_api_docs.sh b/generate_api_docs.sh index 4e03426b7ac32..e7aaaea002bb0 100755 --- a/generate_api_docs.sh +++ b/generate_api_docs.sh @@ -14,15 +14,18 @@ mv build/docs/api/py docs/api/py git add -A docs/api -echo "Do you want to commit the changes? (Y/n):" +read -p "Do you want to commit the chages? (Y/n):" changes