Skip to content

Commit d19bc95

Browse files
committed
c
1 parent 33e0eba commit d19bc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre_commit_python_eol/bump_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
)
1919

2020
CACHE_SOURCE = "https://peps.python.org/api/release-cycle.json"
21-
LOCAL_CACHE = Path("./cached_release_cycle.json")
21+
LOCAL_CACHE = Path("./pre_commit_python_eol/cached_release_cycle.json")
2222

2323

2424
def bump_cache() -> None:

0 commit comments

Comments
 (0)