Skip to content

Commit 8449b1e

Browse files
hussein-awalaferruzzi
authored andcommitted
Fix a typo in the RC whl check documentation (apache#33331)
1 parent 86e1570 commit 8449b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/README_RELEASE_AIRFLOW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ Only in /Users/jarek/code/airflow: .bash_history
613613
Check if .whl is the same as in tag:
614614

615615
```
616-
unzip -d a *-.whl
616+
unzip -d a *.whl
617617
pushd a
618618
diff -r airflow "${SOURCE_DIR}"
619619
popd && rm -rf a

0 commit comments

Comments
 (0)