Skip to content

Commit 462228b

Browse files
mhdawsonruyadorno
authored andcommitted
tools: fix uvwasi updater
- fix uvwasi updater to update the right dep in the documentation for maintaining dependencies. Signed-off-by: Michael Dawson <[email protected]> PR-URL: #49682 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent a6140f1 commit 462228b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dep_updaters/update-uvwasi.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ echo ""
7575
# Update the version number on maintaining-dependencies.md
7676
# and print the new version as the last line of the script as we need
7777
# to add it to $GITHUB_ENV variable
78-
finalize_version_update "acorn" "$NEW_VERSION"
78+
finalize_version_update "uvwasi" "$NEW_VERSION"

0 commit comments

Comments
 (0)