Skip to content

Commit

Permalink
-recurse removed
Browse files Browse the repository at this point in the history
  • Loading branch information
v-vreyya authored and v-vreyya committed Nov 27, 2024
1 parent 021712c commit f69d7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish-scripts/chocolatey/installps_template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f69d7e0

Please sign in to comment.