Skip to content

Commit 958da45

Browse files
anonrigdanielleadams
authored andcommitted
tools: fix update-ada script
PR-URL: #46550 Backport-PR-URL: #47435 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]>
1 parent e926354 commit 958da45

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)