mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
correction...
Signed-off-by: poorndm <poorndm@progress.com>
This commit is contained in:
parent
5c3cfcd043
commit
e9250286ab
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue