Skip to content

Commit ebfe74b

Browse files
Updated at mer 11 feb 2026, 13:22:31, CET
1 parent 3e3da8b commit ebfe74b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ oas-download:
5757
echo " WARNING: failed to download $$url — check the URL in oas/urls.txt" >&2; \
5858
errors=$$((errors + 1)); \
5959
fi; \
60-
done < oas/urls.txt; \
60+
done < oas/00-oas-list.txt; \
6161
echo ""; \
6262
if [ $$errors -gt 0 ]; then \
6363
echo "Done with $$errors warning(s). Fix the URLs above in oas/urls.txt and re-run."; \
File renamed without changes.

0 commit comments

Comments
 (0)