Skip to content

Commit 26bac10

Browse files
committed
fix: update version vault url to new python endpoint
1 parent f81df4a commit 26bac10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/util.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if VFOX_PYTHON_MIRROR then
1111
os.setenv("PYTHON_BUILD_MIRROR_URL", PYTHON_URL)
1212
end
1313

14-
local version_vault_url = "https://version-vault.cdn.dog/pyenv-versions"
14+
local version_vault_url = "https://version-vault.cdn.dog/python/pyenv"
1515

1616
-- request headers
1717
local REQUEST_HEADERS = {

0 commit comments

Comments
 (0)