Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavst authored Oct 17, 2019
1 parent 4298f93 commit 9a51dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyenv-win/libexec/pyenv-uninstall.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -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"),_
Expand Down

0 comments on commit 9a51dd6

Please sign in to comment.