Skip to content

Commit

Permalink
tools: fix comments referencing dep_updaters scripts
Browse files Browse the repository at this point in the history
PR-URL: nodejs#50165
Fixes: nodejs#50159
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
  • Loading branch information
Keksonoid authored and alexfernandez committed Nov 1, 2023
1 parent 24946a1 commit b388426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/undici_version.h
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tools/dep_updaters/update-acorn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rm -rf deps/acorn/acorn
# update version information in src/acorn_version.h
cat > "$ROOT/src/acorn_version.h" <<EOF
// This is an auto generated file, please do not edit.
// Refer to tools/update-acorn.sh
// Refer to tools/dep_updaters/update-acorn.sh
#ifndef SRC_ACORN_VERSION_H_
#define SRC_ACORN_VERSION_H_
#define ACORN_VERSION "$NEW_VERSION"
Expand Down

0 comments on commit b388426

Please sign in to comment.