Skip to content

Commit 766198b

Browse files
authored
tools: fix comments referencing dep_updaters scripts
PR-URL: #50165 Fixes: #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>
1 parent f0e720a commit 766198b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/undici_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-undici.sh
2+
// Refer to tools/dep_updaters/update-undici.sh
33
#ifndef SRC_UNDICI_VERSION_H_
44
#define SRC_UNDICI_VERSION_H_
55
#define UNDICI_VERSION "5.26.3"

tools/dep_updaters/update-acorn.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ rm -rf deps/acorn/acorn
3838
# update version information in src/acorn_version.h
3939
cat > "$ROOT/src/acorn_version.h" <<EOF
4040
// This is an auto generated file, please do not edit.
41-
// Refer to tools/update-acorn.sh
41+
// Refer to tools/dep_updaters/update-acorn.sh
4242
#ifndef SRC_ACORN_VERSION_H_
4343
#define SRC_ACORN_VERSION_H_
4444
#define ACORN_VERSION "$NEW_VERSION"

0 commit comments

Comments
 (0)