Skip to content

Commit

Permalink
Fix gpg verification command (#13035)
Browse files Browse the repository at this point in the history
(cherry picked from commit 825e9cb)
  • Loading branch information
potiuk authored and kaxil committed Jan 22, 2021
1 parent 6ab4864 commit baa832c
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 @@ -379,7 +379,7 @@ Once you have the keys, the signatures can be verified by running this:
```shell script
for i in *.asc
do
echo "Checking $i"; gpg --verify `basename $i .asc`
echo "Checking $i"; gpg --verify $i
done
```
Expand Down

0 comments on commit baa832c

Please sign in to comment.