From b3884267e01c7f46bfbc64d5e4fe5b8831f78965 Mon Sep 17 00:00:00 2001 From: Keksonoid <44970151+Keksonoid@users.noreply.github.com> Date: Fri, 13 Oct 2023 04:08:05 +0600 Subject: [PATCH] tools: fix comments referencing dep_updaters scripts PR-URL: https://github.com/nodejs/node/pull/50165 Fixes: https://github.com/nodejs/node/issues/50159 Reviewed-By: Antoine du Hamel Reviewed-By: Luigi Pinca Reviewed-By: Michael Dawson Reviewed-By: Filip Skokan --- src/undici_version.h | 2 +- tools/dep_updaters/update-acorn.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/undici_version.h b/src/undici_version.h index 31a28ae20d3510..6631e1443fdfbb 100644 --- a/src/undici_version.h +++ b/src/undici_version.h @@ -1,5 +1,5 @@ // This is an auto generated file, please do not edit. -// Refer to tools/update-undici.sh +// Refer to tools/dep_updaters/update-undici.sh #ifndef SRC_UNDICI_VERSION_H_ #define SRC_UNDICI_VERSION_H_ #define UNDICI_VERSION "5.26.3" diff --git a/tools/dep_updaters/update-acorn.sh b/tools/dep_updaters/update-acorn.sh index 41d8fd2b08f6d1..53d85156653d9c 100755 --- a/tools/dep_updaters/update-acorn.sh +++ b/tools/dep_updaters/update-acorn.sh @@ -38,7 +38,7 @@ rm -rf deps/acorn/acorn # update version information in src/acorn_version.h cat > "$ROOT/src/acorn_version.h" <