Skip to content

Commit

Permalink
Fixing erroneous space in ElseIf.
Browse files Browse the repository at this point in the history
  • Loading branch information
Houstonwp authored Apr 19, 2023
1 parent b3e7aff commit 4cfba98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyenv-win/libexec/pyenv-install.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Function deepExtract(params, web)
WScript.Echo ":: [Error] :: error extracting the web portion from the installer."
Exit Function
End If
Else If Not web Then
ElseIf Not web Then
deepExtract = objws.Run(""""& strDirWiX &"\dark.exe"" -x """& cachePath &""" """& params(IP_InstallFile) &"""", 0, True)
If deepExtract Then
WScript.Echo ":: [Error] :: error extracting the embedded portion from the installer."
Expand Down

0 comments on commit 4cfba98

Please sign in to comment.