Skip to content

Commit 547f88b

Browse files
bl-uerichardlau
authored andcommitted
tools: fix typo in commit-queue.sh
PR-URL: #39000 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Zijian Liu <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent b3b5995 commit 547f88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/actions/commit-queue.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ for pr in "$@"; do
7777
rm output output.json
7878
# If `git node land --abort` fails, we're in unknown state. Better to stop
7979
# the script here, current PR was removed from the queue so it shouldn't
80-
# interfer again in the future
80+
# interfere again in the future.
8181
git node land --abort --yes
8282
else
8383
rm output

0 commit comments

Comments
 (0)