Skip to content

Commit 6650abb

Browse files
committed
fixup! Update tools/dep_updaters/update-test426-fixtures.sh
1 parent d61c39a commit 6650abb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/dep_updaters/update-test426-fixtures.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ TMP_DIR="$(mktemp -d)"
1313
curl -f "$TARBALL_URL" | tar -xzf - -C "$TMP_DIR"
1414

1515
rm -rf "$TARGET_DIR"
16+
mkdir "$TARGET_DIR"
1617
curl -f "$TARBALL_URL" | tar -xz --strip-components 1 -C "$TARGET_DIR"
1718

1819
rm -rf "$TMP_DIR"

0 commit comments

Comments
 (0)