Skip to content

Commit fa7a5db

Browse files
committed
Fix incorrect filename in PEP723-comment in python scripts
1 parent 64e578c commit fa7a5db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/acl_cleaner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env uv run
22

33
# To run this application, use:
4-
# uv run broadband_invoices.py
4+
# uv run acl_cleaner.py
55
#
66
# /// script
77
# requires-python = ">=3.12"

scripts/find_app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env uv run
22

33
# To run this application, use:
4-
# uv run broadband_invoices.py
4+
# uv run find_app.py
55
#
66
# /// script
77
# requires-python = ">=3.12"

scripts/user_cleaner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env uv run
22

33
# To run this application, use:
4-
# uv run broadband_invoices.py
4+
# uv run user_cleaner.py
55
#
66
# /// script
77
# requires-python = ">=3.12"

0 commit comments

Comments
 (0)