Skip to content

Commit 83791e5

Browse files
marco-ippolitoRafaelGSS
authored andcommitted
tools: fix typo in nghttp2 path
PR-URL: #47330 Refs: #47326 Reviewed-By: Debadree Chatterjee <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent 89445fb commit 83791e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tools.yml

+1-1
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)