summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-10-19 15:21:02 +0600
committerJohn McCrae <john.mccrae@progress.com>2022-10-19 15:21:02 +0600
commit0d2fa6c7a5f8897594a830854547342ef397abed (patch)
tree757b3f17df27b046f73912477c0146d4333e06ef
parent062079874d9f65e4c1122700a90e838f946ce26b (diff)
downloadchef-0d2fa6c7a5f8897594a830854547342ef397abed.tar.gz
Backporting the fix from Chef-18 to get uru to work correctly
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--.expeditor/scripts/bk_win_functional.ps12
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?" }