From 3f7732b6845e833c683468fad51f874b3db17d4c Mon Sep 17 00:00:00 2001 From: romanitho <96626929+Romanitho@users.noreply.github.com> Date: Wed, 21 Feb 2024 23:41:47 +0100 Subject: [PATCH] spelling --- Sources/WAU/Winget-AutoUpdate/Winget-Upgrade.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/WAU/Winget-AutoUpdate/Winget-Upgrade.ps1 b/Sources/WAU/Winget-AutoUpdate/Winget-Upgrade.ps1 index 1d95dd3..6511b42 100644 --- a/Sources/WAU/Winget-AutoUpdate/Winget-Upgrade.ps1 +++ b/Sources/WAU/Winget-AutoUpdate/Winget-Upgrade.ps1 @@ -323,7 +323,7 @@ if (Test-Network) { elseif ($toSkip -contains $app.Id) { Write-ToLog "$($app.Name) : Skipped upgrade because it is in the excluded app list" "Gray" } - #if app with wiladcard is in "excluded list", skip it + #if app with wildcard is in "excluded list", skip it elseif ($toSkip | Where-Object { $app.Id -like $_ }) { Write-ToLog "$($app.Name) : Skipped upgrade because it is *wildcard* in the excluded app list" "Gray" }