Skip to content

Commit 87df34a

Browse files
anonrigMylesBorins
authored andcommitted
tools: fix update-ada script
PR-URL: #46550 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
1 parent f62b58a commit 87df34a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/dep_updaters/update-ada.sh

100644100755
-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ echo "Fetching ada source archive..."
3434
curl -sL -o "$ADA_ZIP" "https://github.com/ada-url/ada/releases/download/$ADA_REF/singleheader.zip"
3535
unzip "$ADA_ZIP"
3636
rm "$ADA_ZIP"
37-
rm ./*_demo.cpp
3837

3938
curl -sL -o "$ADA_LICENSE" "https://raw.githubusercontent.com/ada-url/ada/HEAD/LICENSE-MIT"
4039

0 commit comments

Comments
 (0)