potiuk commented on a change in pull request #17070:
URL: https://github.com/apache/airflow/pull/17070#discussion_r672141888
##########
File path: scripts/in_container/prod/entrypoint_prod.sh
##########
@@ -16,7 +16,7 @@
# specific language governing permissions and limitations
# under the License.
# Might be empty
-AIRFLOW_COMMAND="${1:-}"
+readonly AIRFLOW_COMMAND="${1:-}"
Review comment:
This is wrong too. In the "if" below the AIRFLOW_COMMAND might be
overwritten so it cannot be readonly
--
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]