summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-06-26 15:48:41 -0700
committerJohn McCrae <john.mccrae@progress.com>2022-06-26 15:48:41 -0700
commitf9080e00a06c7e94b66c71e3ff2038dc37401e36 (patch)
tree938328a57ba25431164ffcdd637b878178a39f05
parentc20472410be55eb24a40421d30f7520ff80b0891 (diff)
downloadchef-f9080e00a06c7e94b66c71e3ff2038dc37401e36.tar.gz
Chef-bin is missing somehow. Wo bist du?
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--habitat/plan.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/habitat/plan.ps1 b/habitat/plan.ps1
index 3ce97e2d82..8abf7f914b 100644
--- a/habitat/plan.ps1
+++ b/habitat/plan.ps1
@@ -137,8 +137,8 @@ function Invoke-Install {
foreach($gem in ("chef-bin", "chef", "inspec-core-bin", "ohai")) {
Write-BuildLine "** generating binstubs for $gem with precise version pins"
# jfm
- Write-Buildline "** But first, where the hell is chef-bin?"
- $locations = Get-Childitem -path c:\ -filter { *chef-bin* } -Recurse
+ Write-BuildLine "** But first, where the hell is chef-bin?"
+ $locations = Get-ChildItem -path c:\ -filter { *chef-bin* } -Recurse
Write-Host "Here's my locations : $locations"
#nd jfm
appbundler.bat "${HAB_CACHE_SRC_PATH}/${pkg_dirname}" $pkg_prefix/bin $gem