Skip to content

Commit

Permalink
recursive changes
Browse files Browse the repository at this point in the history
  • Loading branch information
v-vreyya authored and v-vreyya committed Nov 25, 2024
1 parent d59b84b commit 7a4d53e
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 7a4d53e

Please sign in to comment.