From 007d23cc9bb0a908d67b0cdd7b402b9076f8f5c3 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Tue, 7 Feb 2023 17:32:11 -0500 Subject: [PATCH] tools: fix update-ada script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/46550 Reviewed-By: James M Snell Reviewed-By: Colin Ihrig Reviewed-By: Gerhard Stöbich Reviewed-By: Tiancheng "Timothy" Gu --- tools/dep_updaters/update-ada.sh | 1 - 1 file changed, 1 deletion(-) mode change 100644 => 100755 tools/dep_updaters/update-ada.sh diff --git a/tools/dep_updaters/update-ada.sh b/tools/dep_updaters/update-ada.sh old mode 100644 new mode 100755 index 45112916583bc9..5b693520349313 --- a/tools/dep_updaters/update-ada.sh +++ b/tools/dep_updaters/update-ada.sh @@ -34,7 +34,6 @@ echo "Fetching ada source archive..." curl -sL -o "$ADA_ZIP" "https://github.com/ada-url/ada/releases/download/$ADA_REF/singleheader.zip" unzip "$ADA_ZIP" rm "$ADA_ZIP" -rm ./*_demo.cpp curl -sL -o "$ADA_LICENSE" "https://raw.githubusercontent.com/ada-url/ada/HEAD/LICENSE-MIT"