Skip to content

Commit dada63b

Browse files
authored
Rewording a small breeze visual (apache#47380)
1 parent 73627fd commit dada63b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

scripts/docker/entrypoint_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)