We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0c9c8 commit 7336590Copy full SHA for 7336590
tools/dep_updaters/update-inspector-protocol.sh
@@ -37,7 +37,7 @@ python "$BASE_DIR/tools/inspector_protocol/roll.py" \
37
--node_src_downstream "$BASE_DIR" \
38
--force
39
40
-NEW_VERSION=$(grep "Revision:" "$DEPS_DIR/inspector_protocol/README.node" | sed -n "s/^Revision: \(\\w*\)/\1/p")
+NEW_VERSION=$(grep "Revision:" "$DEPS_DIR/inspector_protocol/README.node" | sed -n 's/^Revision: \([[:xdigit:]]\{36\}\).*$/\1/p')
41
42
# Update the version number on maintaining-dependencies.md
43
# and print the new version as the last line of the script as we need
0 commit comments