Skip to content

Commit dd5517c

Browse files
authored
Merge pull request #7634 from uutils/sylvestre-patch-5
remaining-gnu-error.py: Adjust to the new URL
2 parents 48cbcc4 + 0f4ea79 commit dd5517c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/remaining-gnu-error.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
result_json = "result.json"
1717
try:
1818
urllib.request.urlretrieve(
19-
"https://raw.githubusercontent.com/uutils/coreutils-tracking/main/gnu-full-result.json",
19+
"https://raw.githubusercontent.com/uutils/coreutils-tracking/main/aggregated-result.json",
2020
result_json,
2121
)
2222
except Exception as e:

0 commit comments

Comments
 (0)