From f69d7e0ee101b33b11ea2850f500a8cd166080cb Mon Sep 17 00:00:00 2001 From: v-vreyya Date: Wed, 27 Nov 2024 10:21:26 +0530 Subject: [PATCH] -recurse removed --- publish-scripts/chocolatey/installps_template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish-scripts/chocolatey/installps_template b/publish-scripts/chocolatey/installps_template index 198f76c79..fe7458aea 100644 --- a/publish-scripts/chocolatey/installps_template +++ b/publish-scripts/chocolatey/installps_template @@ -40,7 +40,7 @@ $packageArgs = @{ Install-ChocolateyZipPackage @packageArgs # only symlink for func.exe -$files = Get-ChildItem $toolsDir -include *.exe -recurse +$files = Get-ChildItem $toolsDir -include *.exe foreach ($file in $files) { if (!$file.Name.Equals("func.exe")) { #generate an ignore file