Skip to content

Commit 980ef92

Browse files
Merge pull request MicrosoftDocs#5494 from MicrosoftDocs/main638852622241885248sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 708a5d4 + 39e9a4d commit 980ef92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/package-manager/winget/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Write-Host "Installing WinGet PowerShell module from PSGallery..."
3939
Install-PackageProvider -Name NuGet -Force | Out-Null
4040
Install-Module -Name Microsoft.WinGet.Client -Force -Repository PSGallery | Out-Null
4141
Write-Host "Using Repair-WinGetPackageManager cmdlet to bootstrap WinGet..."
42-
Repair-WinGetPackageManager
42+
Repair-WinGetPackageManager -AllUsers
4343
Write-Host "Done."
4444
```
4545

0 commit comments

Comments
 (0)