Skip to content

Commit 04af172

Browse files
Jan PreuschoffJan Preuschoff
authored andcommitted
fix: change suffix so old cache does not break
1 parent ec4ec0f commit 04af172

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/poetry/utils/authenticator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def __init__(
119119
SeparateBodyFileCache(
120120
self._config.repository_cache_directory
121121
/ (cache_id or "_default_cache")
122-
/ "_http"
122+
/ "_http2"
123123
)
124124
if not disable_cache
125125
else None

0 commit comments

Comments
 (0)