correction...

Signed-off-by: poorndm <poorndm@progress.com>
This commit is contained in:
poorndm 2024-11-18 20:51:39 +05:30
parent 5c3cfcd043
commit e9250286ab

View file

@ -9,7 +9,7 @@ Write-Host "+++ Testing $Plan"
# *********Debugging ***************
Write-Host ":ruby: Validating Ruby can run"
& $embedded_bin_dir\ruby --version
& $embedded_bin_dir\ruby.exe --version
If ($lastexitcode -ne 0) { Throw $lastexit }
Write-Host ":bundler: Validating Bundler can run"