Merge pull request #544 from AndrewDemski-ad-gmail-com/patch-6
Update Winget-Upgrade.ps1pull/569/head
commit
1d39ed37e1
|
@ -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 #>
|
||||
|
|
Loading…
Reference in New Issue