summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Powell <powell@progress.com>2023-04-10 13:29:41 -0400
committerThomas Powell <powell@progress.com>2023-04-10 13:29:41 -0400
commit1cc942c6a8ccb5f8a9ec1c6a41647e0552ad399b (patch)
treea37cf94e40d60b57100a3158d7bca4fc1b74a740
parent846b1e828f574239d548a0b7a248c584d5b2b323 (diff)
downloadchef-1cc942c6a8ccb5f8a9ec1c6a41647e0552ad399b.tar.gz
Verbose bundle
Signed-off-by: Thomas Powell <powell@progress.com>
-rw-r--r--omnibus/omnibus-test.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/omnibus-test.ps1 b/omnibus/omnibus-test.ps1
index 019d981e0c..3810e2e067 100644
--- a/omnibus/omnibus-test.ps1
+++ b/omnibus/omnibus-test.ps1
@@ -116,7 +116,7 @@ $Env:CHEF_LICENSE = "accept-no-persist"
winrm quickconfig -quiet
If ($lastexitcode -ne 0) { Throw $lastexitcode }
-bundle
+bundle -V
If ($lastexitcode -ne 0) { Throw $lastexitcode }
# buildkite changes the casing of the Path variable to PATH