Skip to content

Commit aac8c04

Browse files
committed
Force WinGet source for uninstall
1 parent b374b25 commit aac8c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/private/Install-WinUtilProgramWinget.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Function Install-WinUtilProgramWinget {
4141
$arguments = if ($Action -eq "Install") {
4242
"install $commonArguments --accept-source-agreements --accept-package-agreements --source winget"
4343
} else {
44-
"uninstall $commonArguments"
44+
"uninstall $commonArguments --source winget"
4545
}
4646

4747
$processParams = @{

0 commit comments

Comments
 (0)