Skip to content

Commit ab79b5a

Browse files
committed
build: fix update wpt script
1 parent df25299 commit ab79b5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/update-wpt.sh

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ git clone \
2121
--sparse \
2222
https://github.com/web-platform-tests/wpt.git wpt
2323
cd wpt
24-
git sparse-checkout set "mimesniff/resources"
25-
cp mimesniff/resources/*.json "$WPT_DIR"
24+
git sparse-checkout set "mimesniff/mime-types/resources"
25+
cp mimesniff/mime-types/resources/*.json "$WPT_DIR"

0 commit comments

Comments
 (0)