Skip to content

Commit f817c2d

Browse files
bl-uedanielleadams
authored andcommitted
tools: fix typo in commit-queue.sh
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>
1 parent 7b21999 commit f817c2d

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)