This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 88b529d5cc Fix missing space for breeze build-image hint command
(#25204)
88b529d5cc is described below
commit 88b529d5ccf60a2394eb68c001fd782f4f9a60d5
Author: Gabriel Machado <[email protected]>
AuthorDate: Thu Jul 21 00:23:49 2022 +0200
Fix missing space for breeze build-image hint command (#25204)
---
dev/breeze/src/airflow_breeze/commands/release_management_commands.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev/breeze/src/airflow_breeze/commands/release_management_commands.py
b/dev/breeze/src/airflow_breeze/commands/release_management_commands.py
index 87dae0c9a2..ed62f68cb8 100644
--- a/dev/breeze/src/airflow_breeze/commands/release_management_commands.py
+++ b/dev/breeze/src/airflow_breeze/commands/release_management_commands.py
@@ -445,7 +445,7 @@ def generate_constraints(
)
get_console().print("\n[info]Use this command to build the
image:[/]\n")
get_console().print(
- f" breeze build-image --python'{shell_params.python}' "
+ f" breeze build-image --python '{shell_params.python}' "
f"--upgrade-to-newer-dependencies\n"
)
sys.exit(1)