Skip to content

Commit

Permalink
[3.11] pythongh-98548: Fix -ne shell operator spelling (python#98556)
Browse files Browse the repository at this point in the history
  • Loading branch information
sterliakov committed Oct 28, 2022
1 parent 9f01a27 commit 194588d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ jobs:
make -j4
- name: Check for changes in the ABI
run: |
make check-abidump
if [ $? -neq 0 ] ; then
if ! make check-abidump; then
echo "Generated ABI file is not up to date."
echo "Please, add the release manager of this branch as a reviewer of this PR."
echo ""
Expand Down

0 comments on commit 194588d

Please sign in to comment.