Skip to content

Commit d324c15

Browse files
marco-ippolitodanielleadams
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 58afcc2 commit d324c15

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
@@ -131,7 +131,7 @@ jobs:
131131
subsystem: deps
132132
label: dependencies
133133
run: |
134-
./tools/dep_updaters/nghttp2.sh > temp-output
134+
./tools/dep_updaters/update-nghttp2.sh > temp-output
135135
cat temp-output
136136
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
137137
rm temp-output

0 commit comments

Comments
 (0)