Fix typo in scripts/ci/libraries/_initialization.sh (#11517)
`initialized` -> `initialize`
This commit is contained in:
Родитель
4297abab26
Коммит
e9f7bdd25f
|
@ -130,7 +130,7 @@ function initialization::initialize_base_variables() {
|
|||
# during entering the container
|
||||
export INSTALL_WHEELS=${INSTALL_WHEELS:="false"}
|
||||
|
||||
# If set the specified file will be used to initialized Airflow after the environment is created,
|
||||
# If set the specified file will be used to initialize Airflow after the environment is created,
|
||||
# otherwise it will use files/airflow-breeze-config/init.sh
|
||||
export INIT_SCRIPT_FILE=${INIT_SCRIPT_FILE:=""}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче