From 9a51dd6259115d3063bead800de348812dc2e3b5 Mon Sep 17 00:00:00 2001 From: Yoav Sternberg Date: Thu, 17 Oct 2019 10:42:14 +0300 Subject: [PATCH] Fix name --- pyenv-win/libexec/pyenv-uninstall.vbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyenv-win/libexec/pyenv-uninstall.vbs b/pyenv-win/libexec/pyenv-uninstall.vbs index b33ebce4..6a3e5e10 100644 --- a/pyenv-win/libexec/pyenv-uninstall.vbs +++ b/pyenv-win/libexec/pyenv-uninstall.vbs @@ -45,7 +45,7 @@ WScript.echo ":: [Info] :: Mirror: " & mirror Dim listEnv listEnv = Array(_ Array("3.8.0", mirror&"/3.8.0/", "python-3.8.0.exe", "i386"),_ - Array("3.8.0b4-amd64", mirror&"/3.8.0/", "python-3.8.0-amd64.exe", "x64"),_ + Array("3.8.0-amd64", mirror&"/3.8.0/", "python-3.8.0-amd64.exe", "x64"),_ Array("3.8.0rc1", mirror&"/3.8.0/", "python-3.8.0rc1.exe", "i386"),_ Array("3.8.0rc1-amd64", mirror&"/3.8.0/", "python-3.8.0rc1-amd64.exe", "x64"),_ Array("3.8.0b4", mirror&"/3.8.0/", "python-3.8.0b4.exe", "i386"),_