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 d35578e210 Fix pre-commit script output (#35807)
d35578e210 is described below

commit d35578e210bff084dc1dc513e600d056ed0547dc
Author: Vincent <97131062+vincb...@users.noreply.github.com>
AuthorDate: Wed Nov 22 19:16:31 2023 -0500

    Fix pre-commit script output (#35807)
---
 scripts/ci/pre_commit/pre_commit_breeze_cmd_line.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/ci/pre_commit/pre_commit_breeze_cmd_line.py 
b/scripts/ci/pre_commit/pre_commit_breeze_cmd_line.py
index 5276e50dee..ede477c548 100755
--- a/scripts/ci/pre_commit/pre_commit_breeze_cmd_line.py
+++ b/scripts/ci/pre_commit/pre_commit_breeze_cmd_line.py
@@ -91,7 +91,7 @@ if __name__ == "__main__":
                 "\n[bright_blue]Some of the commands changed since last time 
images were generated.\n"
             )
             console.print("\n[yellow]You should install it and run those 
commands manually:\n")
-            console.print("\n[magenta]breeze setup regenerate-command 
images\n")
+            console.print("\n[magenta]breeze setup 
regenerate-command-images\n")
             console.print("\n[magenta]breeze setup 
check-all-params-in-groups\n")
             sys.exit(return_code)
         res = subprocess.run(
@@ -102,7 +102,7 @@ if __name__ == "__main__":
             console.print("\n[red]Breeze command configuration has changed.\n")
             console.print("\n[bright_blue]Images have been regenerated.\n")
             console.print("\n[bright_blue]You might want to run it 
manually:\n")
-            console.print("\n[magenta]breeze setup regenerate-command 
images\n")
+            console.print("\n[magenta]breeze setup 
regenerate-command-images\n")
     res = subprocess.run(
         ["breeze", "setup", "check-all-params-in-groups"],
         check=False,

Reply via email to