diff options
-rw-r--r-- | .expeditor/scripts/bk_win_functional.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/scripts/bk_win_functional.ps1 b/.expeditor/scripts/bk_win_functional.ps1 index 8b4a445b44..a2f93378dd 100644 --- a/.expeditor/scripts/bk_win_functional.ps1 +++ b/.expeditor/scripts/bk_win_functional.ps1 @@ -11,7 +11,7 @@ Write-Output "--- Enable Ruby 2.7" Write-Output "Register Installed Ruby Version 2.7 With Uru" Start-Process "uru_rt.exe" -ArgumentList 'admin add C:\ruby27\bin' -Wait -uru 271 +uru 27 if (-not $?) { throw "Can't Activate Ruby. Did Uru Registration Succeed?" } ruby -v if (-not $?) { throw "Can't run Ruby. Is it installed?" } |