From 5e783915188ff060c682ad768e44acda891147a1 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Fri, 6 Mar 2026 08:29:10 -0600 Subject: [PATCH] chore: Update generated dev docs (#4163) --- docs/content/dev/features/Fixes/Winget.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/dev/features/Fixes/Winget.md b/docs/content/dev/features/Fixes/Winget.md index 008f3669..1d6a973a 100644 --- a/docs/content/dev/features/Fixes/Winget.md +++ b/docs/content/dev/features/Fixes/Winget.md @@ -17,7 +17,7 @@ function Invoke-WPFFixesWinget { try { Set-WinUtilTaskbaritem -state "Indeterminate" -overlay "logo" Write-Host "==> Starting Winget Repair" - Install-WinUtilWinget -Force + Install-WinUtilWinget } catch { Write-Error "Failed to install winget: $_" Set-WinUtilTaskbaritem -state "Error" -overlay "warning"