This is an automated email from the ASF dual-hosted git repository.
jscheffl 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 10db7d543a Fix minor typo in Breeze cheatsheet (#38692)
10db7d543a is described below
commit 10db7d543a1eb4d677a62e5826de6d7dead8150f
Author: Syed Hussain <[email protected]>
AuthorDate: Wed Apr 3 14:18:21 2024 -0700
Fix minor typo in Breeze cheatsheet (#38692)
---
dev/breeze/src/airflow_breeze/utils/visuals.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/breeze/src/airflow_breeze/utils/visuals.py
b/dev/breeze/src/airflow_breeze/utils/visuals.py
index 215c8234ca..dfd0f4bdb5 100644
--- a/dev/breeze/src/airflow_breeze/utils/visuals.py
+++ b/dev/breeze/src/airflow_breeze/utils/visuals.py
@@ -129,7 +129,7 @@ CHEATSHEET = f"""
You can disable this cheatsheet by running:
- breeze setup config --no-cheatshee
+ breeze setup config --no-cheatsheet
"""
CHEATSHEET_STYLE = "white"