ashb commented on a change in pull request #10977:
URL: https://github.com/apache/airflow/pull/10977#discussion_r489562597



##########
File path: scripts/in_container/check_environment.sh
##########
@@ -100,7 +100,7 @@ function resetdb_if_requested() {
 function startairflow_if_requested() {
     if [[ ${START_AIRFLOW:="false"} == "true" ]]; then
 
-       . "$( dirname "${BASH_SOURCE[0]}" )/configure_environment.sh"
+    . "$( dirname "${BASH_SOURCE[0]}" )/configure_environment.sh"

Review comment:
       Please rebase on to latest master -- this has already been fixed there.




----------------------------------------------------------------
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]


Reply via email to