Skip to content

Commit

Permalink
tools: fix typo in commit-queue.sh
Browse files Browse the repository at this point in the history
PR-URL: #39000
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
bl-ue authored and richardlau committed Jul 20, 2021
1 parent b3b5995 commit 547f88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/actions/commit-queue.sh
Expand Up @@ -77,7 +77,7 @@ for pr in "$@"; do
rm output output.json
# If `git node land --abort` fails, we're in unknown state. Better to stop
# the script here, current PR was removed from the queue so it shouldn't
# interfer again in the future
# interfere again in the future.
git node land --abort --yes
else
rm output
Expand Down

0 comments on commit 547f88b

Please sign in to comment.