potiuk commented on a change in pull request #19100:
URL: https://github.com/apache/airflow/pull/19100#discussion_r732787768
##########
File path: breeze
##########
@@ -283,6 +283,12 @@ function breeze::initialize_virtualenv() {
echo
echo "Wiping and recreating ${AIRFLOW_HOME_DIR}"
echo
+ if [[ "${AIRFLOW_SOURCES}" = "${AIRFLOW_HOME_DIR}" ]]; then
Review comment:
I think you need == here otherwise it is assignment not comparision
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]