We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d61c39a commit 6650abbCopy full SHA for 6650abb
1 file changed
tools/dep_updaters/update-test426-fixtures.sh
@@ -13,6 +13,7 @@ TMP_DIR="$(mktemp -d)"
13
curl -f "$TARBALL_URL" | tar -xzf - -C "$TMP_DIR"
14
15
rm -rf "$TARGET_DIR"
16
+mkdir "$TARGET_DIR"
17
curl -f "$TARBALL_URL" | tar -xz --strip-components 1 -C "$TARGET_DIR"
18
19
rm -rf "$TMP_DIR"
0 commit comments