summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-10-20 10:30:02 +0000
committerGitHub <noreply@github.com>2022-10-20 10:30:02 +0000
commitd4ad10514ca4e5a8c9ec96c1380a84c8e2fd833a (patch)
treeceef929863e841b0a34ae21bf98648e41d9b6aa0
parent3cd1cfecb938a12e6ad94a6dbca51e5b76fd91d7 (diff)
parent0d2fa6c7a5f8897594a830854547342ef397abed (diff)
downloadchef-d4ad10514ca4e5a8c9ec96c1380a84c8e2fd833a.tar.gz
Merge pull request #13261 from chef/jfm/chef17_uru
Confirmed that this fixes the issue with URU
-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?" }