Skip to content

Commit

Permalink
Fix spelling of airflow (apache#36682)
Browse files Browse the repository at this point in the history
Co-authored-by: Amogh Desai <[email protected]>
  • Loading branch information
jbampton and amoghrajesh authored Jan 24, 2024
1 parent 5c4364a commit 396402d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/MANUALLY_GENERATING_IMAGE_CACHE_AND_CONSTRAINTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion dev/breeze/tests/test_selective_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
),
Expand Down

0 comments on commit 396402d

Please sign in to comment.