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 d9601e6 commit 1b27302Copy full SHA for 1b27302
1 file changed
tools/dep_updaters/update-test426-fixtures.sh
@@ -20,10 +20,8 @@ rm -rf "$TARGET_DIR"
20
mkdir "$TARGET_DIR"
21
curl -f "$TARBALL_URL" | tar -xz --strip-components 1 -C "$TARGET_DIR"
22
23
-rm -rf "$TMP_DIR"
24
-
25
TMP_FILE=$(mktemp)
26
-sed "s#https://github.com/tc39/source-map-tests/commit/[0-9a-f]*#https://github.com/tc39/source-map-tests/commit/$SHA#" "$README" > "$TMP_FILE"
+sed "s/$CURRENT_SHA/$SHA/" "$README" > "$TMP_FILE"
27
mv "$TMP_FILE" "$README"
28
29
# The last line of the script should always print the new version,
0 commit comments