summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-10-29 10:24:36 +0600
committerJohn McCrae <john.mccrae@progress.com>2022-10-29 10:24:36 +0600
commit4fd31529d5d4f64dfafde38ff1f760a8d85f2c7f (patch)
tree9cd47e21c5f3692472f1126bb92e3604142a5801
parent6d577dc59539b97b91a9352ff76ce4d05f5c4a04 (diff)
downloadchef-4fd31529d5d4f64dfafde38ff1f760a8d85f2c7f.tar.gz
Why is git archive failing? Replacing it with Compress-Archive
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 c6505cfbf9..1b0d156c85 100644
--- a/habitat/plan.ps1
+++ b/habitat/plan.ps1
@@ -136,7 +136,7 @@ function Invoke-Install {
foreach($gem in ("chef-bin", "chef", "inspec-core-bin", "ohai")) {
Write-BuildLine "** generating binstubs for $gem with precise version pins"
Write-Output " *** Looking for App Bundler *** "
- $output = Get-ChildItem -Path C:\ -file "appbundler.bat" -Recurse -ErrorAction SilentlyContinue
+ $output = Get-ChildItem -Path C:\ -file "appbundler.*" -Recurse -ErrorAction SilentlyContinue
Write-Output "Found it here :"
Foreach($path in $output){
Write-Output $path