| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0087d9a commit abdeb18
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,7 +37,7 @@ python "$BASE_DIR/tools/inspector_protocol/roll.py" \ | |||
| 37 | 37 | --node_src_downstream "$BASE_DIR" \ | |
| 38 | 38 | --force | |
| 39 | 39 | ||
| 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') | ||
| 41 | 41 | ||
| 42 | 42 | # Update the version number on maintaining-dependencies.md | |
| 43 | 43 | # and print the new version as the last line of the script as we need | |
| Back | FazBrowse Home | New Git URL |
0 commit comments