This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 0582ccec0b3c967aaa9125f6667d69a5cacd8d8d Author: Jed Cunningham <[email protected]> AuthorDate: Thu Jul 29 22:24:50 2021 -0600 Fix typo in build_images (#17327) (cherry picked from commit 78506e3e94f70ddcb50a8290fcce9c209515bbaf) --- scripts/ci/libraries/_build_images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/libraries/_build_images.sh b/scripts/ci/libraries/_build_images.sh index 94f5c8e..ca94e4c 100644 --- a/scripts/ci/libraries/_build_images.sh +++ b/scripts/ci/libraries/_build_images.sh @@ -193,7 +193,7 @@ function build_images::confirm_image_rebuild() { echo "${COLOR_RED}ERROR: The ${THE_IMAGE_TYPE} needs to be rebuilt - it is outdated. ${COLOR_RESET}" echo """ - Make sure you build the images bu running + Make sure you build the images by running: ./breeze --python ${PYTHON_MAJOR_MINOR_VERSION} build-image
