Skip to content

Commit 48e118e

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tools/dep_updaters/update-test426-fixtures.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
set -e
44

5-
TARGET_DIR="$(dirname "$0")/../../test/fixtures/test426"
6-
README="$(dirname "$0")/../../test/test426/README.md"
5+
BASE_DIR=$(cd "$(dirname "$0")/../.." && pwd)
6+
7+
TARGET_DIR="$BASE_DIR/test/fixtures/test426"
8+
README="$BASE_DIR/test/test426/README.md"
79
TARBALL_URL=$(curl -fsIo /dev/null -w '%header{Location}' https://github.com/tc39/source-map-tests/archive/HEAD.tar.gz)
810
SHA=$(basename "$TARBALL_URL")
911

0 commit comments

Comments
 (0)