File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -799,7 +799,7 @@ function environment_initialization() {
799799
800800 if [[ ${STANDALONE_DAG_PROCESSOR=} == "true" ]]; then
801801 echo
802- echo "${COLOR_BLUE}Running forcing scheduler/standalone_dag_processor to be True${COLOR_RESET}"
802+ echo "${COLOR_BLUE}Forcing scheduler/standalone_dag_processor to True${COLOR_RESET}"
803803 echo
804804 export AIRFLOW__SCHEDULER__STANDALONE_DAG_PROCESSOR=True
805805 fi
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ function environment_initialization() {
118118
119119 if [[ ${STANDALONE_DAG_PROCESSOR=} == " true" ]]; then
120120 echo
121- echo " ${COLOR_BLUE} Running forcing scheduler/standalone_dag_processor to be True${COLOR_RESET} "
121+ echo " ${COLOR_BLUE} Forcing scheduler/standalone_dag_processor to True${COLOR_RESET} "
122122 echo
123123 export AIRFLOW__SCHEDULER__STANDALONE_DAG_PROCESSOR=True
124124 fi
You can’t perform that action at this time.
0 commit comments