bugraoz93 commented on code in PR #50326: URL: https://github.com/apache/airflow/pull/50326#discussion_r2078513833
########## scripts/in_container/check_environment.sh: ########## @@ -31,11 +31,17 @@ EXIT_CODE=0 . "$( dirname "${BASH_SOURCE[0]}" )/check_connectivity.sh" +export COLOR_YELLOW=$'\e[33m' Review Comment: ```suggestion export COLOR_YELLOW=$'\e[33m' export COLOR_RESET=$'\e[0m' ``` -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org