Skip to content

Commit d61c39a

Browse files
Trottaduh95
andauthored
Update tools/dep_updaters/update-test426-fixtures.sh
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent cfa16b6 commit d61c39a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/dep_updaters/update-test426-fixtures.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ SHA=$(basename "$TARBALL_URL")
1212
TMP_DIR="$(mktemp -d)"
1313
curl -f "$TARBALL_URL" | tar -xzf - -C "$TMP_DIR"
1414

15-
rsync -a --delete "$TMP_DIR"/source-map-tests-"$SHA"/ "$TARGET_DIR"/
15+
rm -rf "$TARGET_DIR"
16+
curl -f "$TARBALL_URL" | tar -xz --strip-components 1 -C "$TARGET_DIR"
1617

1718
rm -rf "$TMP_DIR"
1819

0 commit comments

Comments
 (0)