Skip to content

Commit b6c9e2f

Browse files
committed
tools: fix lint V8
1 parent d5bb5c7 commit b6c9e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/dep_updaters/update-v8-patch.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ CURRENT_PATCH_VERSION=$(grep "#define V8_PATCH_LEVEL" "$DEPS_DIR/v8/include/v8-v
2626
NEW_VERSION="$CURRENT_MAJOR_VERSION.$CURRENT_MINOR_VERSION.$CURRENT_BUILD_VERSION.$CURRENT_PATCH_VERSION"
2727

2828

29-
# Update the version number. We need to call this function twice to update
30-
# both V8 and v8 (upper/lower case)
29+
# Update the version number. We have to call it twice because V8 is written
30+
# both in lowercase and uppdercase
3131
update_dependency_version "v8" "$NEW_VERSION"
3232
update_dependency_version "V8" "$NEW_VERSION"
3333

0 commit comments

Comments
 (0)