ashb commented on code in PR #57069:
URL: https://github.com/apache/airflow/pull/57069#discussion_r2452422017
##########
providers/git/src/airflow/providers/git/bundles/git.py:
##########
@@ -56,6 +57,7 @@ def __init__(
subdir: str | None = None,
git_conn_id: str | None = None,
repo_url: str | None = None,
+ remove_git_repo_on_versions: bool = True,
Review Comment:
```suggestion
remove_git_folder_on_versions: bool = True,
```
Maybe? Not sure this one matters.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]