ashb commented on a change in pull request #11566:
URL: https://github.com/apache/airflow/pull/11566#discussion_r506678353
##########
File path: airflow/operators/bash.py
##########
@@ -62,6 +62,13 @@ class BashOperator(BaseOperator):
bash_command = "set -e; python3 script.py '{{ next_execution_date }}'"
+ .. note::
+
+ Add a space after the script name when directly calling a a ``.sh``
script with the
Review comment:
Double `a a`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]