Skip to content

Commit 7336590

Browse files
legendecasaduh95
andcommitted
tools: limit inspector protocol PR title length
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent 6a0c9c8 commit 7336590

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")
40+
NEW_VERSION=$(grep "Revision:" "$DEPS_DIR/inspector_protocol/README.node" | sed -n 's/^Revision: \([[:xdigit:]]\{36\}\).*$/\1/p')
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)