Skip to content

Commit 1140ac0

Browse files
legendecasaduh95
andauthored
fixup! tools: limit inspector protocol PR title length
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 785e4bb commit 1140ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dep_updaters/update-inspector-protocol.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ python "$BASE_DIR/tools/inspector_protocol/roll.py" \
3737
--node_src_downstream "$BASE_DIR" \
3838
--force
3939

40-
NEW_VERSION=$(grep "Revision:" "$DEPS_DIR/inspector_protocol/README.node" | sed -n "s/^Revision: \(\\w*\)/\1/p" | head -c 7)
40+
NEW_VERSION=$(grep "Revision:" "$DEPS_DIR/inspector_protocol/README.node" | sed -n "s/^Revision: \(\\w*\)/\1/p" | head -c 36)
4141

4242
# Update the version number on maintaining-dependencies.md
4343
# and print the new version as the last line of the script as we need

0 commit comments

Comments
 (0)