Skip to content

Commit

Permalink
Merge pull request #544 from AndrewDemski-ad-gmail-com/patch-6
Browse files Browse the repository at this point in the history
Update Winget-Upgrade.ps1
  • Loading branch information
Romanitho committed Feb 19, 2024
2 parents 1b9b09b + 9c9d268 commit 1d39ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WAU/Winget-AutoUpdate/Winget-Upgrade.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#Get the Working Dir
$Script:WorkingDir = $PSScriptRoot
#Get Functions
Get-ChildItem "$WorkingDir\functions" | ForEach-Object { . $_.FullName }
Get-ChildItem "$WorkingDir\functions" -File -Filter "*.ps1" -Depth 0 | ForEach-Object { . $_.FullName }


<# MAIN #>
Expand Down

0 comments on commit 1d39ed3

Please sign in to comment.