diff --git a/src/playbook/Executables/WINGET.ps1 b/src/playbook/Executables/WINGET.ps1 index 123ab85f3b..bd67c81683 100644 --- a/src/playbook/Executables/WINGET.ps1 +++ b/src/playbook/Executables/WINGET.ps1 @@ -15,7 +15,7 @@ if ($getLatest) { New-Item $tempDir -ItemType Directory -Force | Out-Null Set-Location $tempDir - Write-Host "Installing WinGet..." -ForegroundColor + Write-Host "Installing WinGet..." # Download WinGet Invoke-WebRequest -Uri 'https://aka.ms/getwinget' -OutFile '.\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle' -UseBasicParsing