From 547f88b1494698387afc2a33b825fcde6ead6540 Mon Sep 17 00:00:00 2001 From: bl-ue Date: Thu, 10 Jun 2021 18:24:30 -0400 Subject: [PATCH] tools: fix typo in commit-queue.sh PR-URL: https://github.com/nodejs/node/pull/39000 Reviewed-By: Antoine du Hamel Reviewed-By: Zijian Liu Reviewed-By: James M Snell Reviewed-By: Colin Ihrig --- tools/actions/commit-queue.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/actions/commit-queue.sh b/tools/actions/commit-queue.sh index e0dc01dd526048..671ead5bdf24cf 100755 --- a/tools/actions/commit-queue.sh +++ b/tools/actions/commit-queue.sh @@ -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