Skip to content

Commit 5df3d5a

Browse files
Jungku Leetargos
Jungku Lee
authored andcommitted
tools: update comment in update-uncidi.sh and acorn_version.h
PR-URL: #50175 Fixes: #50159 Refs: #50165 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent f3a9ea0 commit 5df3d5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/acorn_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This is an auto generated file, please do not edit.
2-
// Refer to tools/update-acorn.sh
2+
// Refer to tools/dep_updaters/update-acorn.sh
33
#ifndef SRC_ACORN_VERSION_H_
44
#define SRC_ACORN_VERSION_H_
55
#define ACORN_VERSION "8.10.0"

tools/dep_updaters/update-undici.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ rm -f deps/undici/undici.js
4343
# update version information in src/undici_version.h
4444
cat > "$ROOT/src/undici_version.h" <<EOF
4545
// This is an auto generated file, please do not edit.
46-
// Refer to tools/update-undici.sh
46+
// Refer to tools/dep_updaters/update-undici.sh
4747
#ifndef SRC_UNDICI_VERSION_H_
4848
#define SRC_UNDICI_VERSION_H_
4949
#define UNDICI_VERSION "$NEW_VERSION"

0 commit comments

Comments
 (0)