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 396402d1f9 Fix spelling of `airflow` (#36682)
396402d1f9 is described below

commit 396402d1f98172ab52219c4fdef37dbe7f264a6e
Author: John Bampton <[email protected]>
AuthorDate: Wed Jan 24 20:40:15 2024 +1000

    Fix spelling of `airflow` (#36682)
    
    Co-authored-by: Amogh Desai <[email protected]>
---
 dev/MANUALLY_GENERATING_IMAGE_CACHE_AND_CONSTRAINTS.md | 2 +-
 dev/breeze/tests/test_selective_checks.py              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/MANUALLY_GENERATING_IMAGE_CACHE_AND_CONSTRAINTS.md 
b/dev/MANUALLY_GENERATING_IMAGE_CACHE_AND_CONSTRAINTS.md
index 64ffa907c8..d9dc02b4b0 100644
--- a/dev/MANUALLY_GENERATING_IMAGE_CACHE_AND_CONSTRAINTS.md
+++ b/dev/MANUALLY_GENERATING_IMAGE_CACHE_AND_CONSTRAINTS.md
@@ -474,7 +474,7 @@ This is a step-by-step instruction on how to use it:
 
 4. Verify manually if the change is visible as expected by inspecting the 
constraints at:
 
-https://github.com/apache/airflow/tree/constraints-<airfow-version>
+https://github.com/apache/airflow/tree/constraints-<airflow-version>
 
 ## Is it safe to update constraints manually?
 
diff --git a/dev/breeze/tests/test_selective_checks.py 
b/dev/breeze/tests/test_selective_checks.py
index c7672d4424..ff9d8f9472 100644
--- a/dev/breeze/tests/test_selective_checks.py
+++ b/dev/breeze/tests/test_selective_checks.py
@@ -1581,7 +1581,7 @@ def test_runs_on(
             id="No migrations",
         ),
         pytest.param(
-            ("airflow/migrations/test_sql", "aiflow/test.py"),
+            ("airflow/migrations/test_sql", "airflow/test.py"),
             True,
             id="With migrations",
         ),

Reply via email to