FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tools: fix typo in nghttp2 path · nodejs/node@83791e5 · GitHub

/ node Public

Commit 83791e5

Browse files
authored andcommitted
tools: fix typo in nghttp2 path
PR-URL: #47330 Refs: #47326 Reviewed-By: Debadree Chatterjee <debadree333@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parent 89445fb commit 83791e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/tools.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
subsystem: deps
140140
label: dependencies
141141
run: |
142-
./tools/dep_updaters/nghttp2.sh > temp-output
142+
./tools/dep_updaters/update-nghttp2.sh > temp-output
143143
cat temp-output
144144
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
145145
rm temp-output

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL