diff --git a/Winget-AutoUpdate/Winget-Upgrade.ps1 b/Winget-AutoUpdate/Winget-Upgrade.ps1 index 0852a31..75d4517 100644 --- a/Winget-AutoUpdate/Winget-Upgrade.ps1 +++ b/Winget-AutoUpdate/Winget-Upgrade.ps1 @@ -102,6 +102,7 @@ if (Test-Network) { } #Get outdated Winget packages + Write-Log "Checking application updates on Winget Repository..." "yellow" $outdated = Get-WingetOutdatedApps #Log list of app to update diff --git a/Winget-AutoUpdate/functions/Get-WingetOutdatedApps.ps1 b/Winget-AutoUpdate/functions/Get-WingetOutdatedApps.ps1 index 031b437..4634cd2 100644 --- a/Winget-AutoUpdate/functions/Get-WingetOutdatedApps.ps1 +++ b/Winget-AutoUpdate/functions/Get-WingetOutdatedApps.ps1 @@ -9,7 +9,6 @@ function Get-WingetOutdatedApps { } #Get list of available upgrades on winget format - Write-Log "Checking application updates on Winget Repository..." "yellow" $upgradeResult = & $Winget upgrade --source winget | Out-String #Start Convertion of winget format to an array. Check if "-----" exists