From 2ccfb23b7fc8e938a87d52949bf24e9720f846b1 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Tue, 19 Sep 2023 04:15:23 -0400 Subject: [PATCH] tools: fix uvwasi updater MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - fix uvwasi updater to update the right dep in the documentation for maintaining dependencies. Signed-off-by: Michael Dawson PR-URL: https://github.com/nodejs/node/pull/49682 Reviewed-By: Marco Ippolito Reviewed-By: Tobias Nießen Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig Reviewed-By: Yagiz Nizipli Reviewed-By: Luigi Pinca --- tools/dep_updaters/update-uvwasi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dep_updaters/update-uvwasi.sh b/tools/dep_updaters/update-uvwasi.sh index 04aa2c6469157f..c36a7377bf44bc 100755 --- a/tools/dep_updaters/update-uvwasi.sh +++ b/tools/dep_updaters/update-uvwasi.sh @@ -75,4 +75,4 @@ echo "" # Update the version number on maintaining-dependencies.md # and print the new version as the last line of the script as we need # to add it to $GITHUB_ENV variable -finalize_version_update "acorn" "$NEW_VERSION" +finalize_version_update "uvwasi" "$NEW_VERSION"