diff --git a/Sources/Winget-AutoUpdate/functions/Get-WingetOutdatedApps.ps1 b/Sources/Winget-AutoUpdate/functions/Get-WingetOutdatedApps.ps1 index 398ca8d..82559b4 100644 --- a/Sources/Winget-AutoUpdate/functions/Get-WingetOutdatedApps.ps1 +++ b/Sources/Winget-AutoUpdate/functions/Get-WingetOutdatedApps.ps1 @@ -1,6 +1,6 @@ #Function to get the outdated app list, in formatted array -function Get-WingetOutdatedApp { +function Get-WingetOutdatedApps { class Software { [string]$Name [string]$Id