Skip to content

Commit f089438

Browse files
committed
Chore: Rename tools to registry
1 parent f29e2ce commit f089438

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ def allinv(c, format: t.Literal["text", "markdown"] = "text"):
3838
invoke allinv
3939
invoke allinv --format=markdown
4040
"""
41-
urls = Path("./tools/sphinx-inventories.txt").read_text().splitlines()
41+
urls = Path("./registry/sphinx-inventories.txt").read_text().splitlines()
4242
for url in urls:
4343
inv(c, url, format)

0 commit comments

Comments
 (0)