Skip to content

Commit

Permalink
Fix bootstrap-orbit.ps1 (#4867)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierricgimmig authored Apr 15, 2024
1 parent b053ad7 commit d863597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-orbit.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Please install Python and make it available in the path.

$conan_version = (conan --version).split(" ")[2]

if (!Check-Conan-Version-Sufficient $conan_version $conan_version_required) {
if (!(Check-Conan-Version-Sufficient $conan_version $conan_version_required)) {
Write-Host "Your conan version $conan_version is too old. Let's try to update it."
pip3 install --upgrade conan==$conan_version_required
if ($LastExitCode -ne 0) {
Expand Down

0 comments on commit d863597

Please sign in to comment.