Skip to content

Commit

Permalink
Fix variable interpolation in Airflow core release guide (apache#41510)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedcunningham authored Aug 15, 2024
1 parent a70ee72 commit 325f545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/README_RELEASE_AIRFLOW.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ Optionally you can use `check_files.py` script to verify that all expected files
present in SVN. This script may help also with verifying installation of the packages.
```shell script
python check_files.py airflow -v {VERSION} -p {PATH_TO_SVN}
python check_files.py airflow -v ${VERSION} -p {PATH_TO_SVN}
```
## Licence check
Expand Down

0 comments on commit 325f545

Please sign in to comment.