Skip to content

Commit

Permalink
typo - should exit 0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Oct 16, 2019
1 parent df5516f commit 11a389d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_python.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
$py_exe = "${env:PYTHON}\Python.exe"
if ( [System.IO.File]::Exists($py_exe) ) {
echo "$py_exe exists"
exit 1
exit 0
}
$req_nodot = $env:PYTHON -replace '\D+Python(\d+(?:rc\d+)?)(-x64)?','$1'
$req_ver = $req_nodot -replace '(\d)(\d+)','$1.$2.0'
Expand Down

0 comments on commit 11a389d

Please sign in to comment.