Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Darsstar committed Nov 29, 2022
1 parent 7a1a826 commit 44e5e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyenv-win/libexec/pyenv-update.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Sub main(arg)
Set installers2 = CopyDictionary(installers1) ' Use a copy because "For Each" and .Remove don't play nice together.
minVers = Array("2", "4", "", "", "", "", "", "", "")
For Each fileName In installers1.Keys()
' Array([filename], [url], Array([major], [minor], [path], [rel], [rel_num], [x64], [webinstall], [ext]))
' Array([filename], [url], Array([major], [minor], [path], [rel], [rel_num], [x64], [ARM], [webinstall], [ext]))
versPieces = installers1(fileName)(SFV_Version)

' Ignore versions <2.4, Wise Installer's command line is unusable.
Expand Down

0 comments on commit 44e5e2d

Please sign in to comment.