summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-06-26 15:44:05 -0700
committerJohn McCrae <john.mccrae@progress.com>2022-06-26 15:44:05 -0700
commitc20472410be55eb24a40421d30f7520ff80b0891 (patch)
tree2150e6d53b50da98bf39c23373b1d547cf8a353a
parenta252cef50a607624049759303b84223f6b8957bd (diff)
downloadchef-c20472410be55eb24a40421d30f7520ff80b0891.tar.gz
Chef-bin is missing somehow. Wo bist du?
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--habitat/plan.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/habitat/plan.ps1 b/habitat/plan.ps1
index de73da02c5..3ce97e2d82 100644
--- a/habitat/plan.ps1
+++ b/habitat/plan.ps1
@@ -112,7 +112,7 @@ function Invoke-Build {
Write-Warning " -- That didn't work. Let's try again."
bundle exec rake install:local # this needs to be 'bundle exec'd because a Rakefile makes reference to Bundler
# jfm code below is for debugging
- $debug_gems = Get-ChildItem -Path . -Include *.gem
+ $debug_gems = Get-ChildItem -Path . -Include *.gem -ErrorAction SilentlyContinue
foreach($debug_gem in $debug_gems){
gem install $debug_gem
}