We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93dc363 commit 3cb7275Copy full SHA for 3cb7275
Sources/Winget-AutoUpdate/Winget-Upgrade.ps1
@@ -364,7 +364,7 @@ if (Test-Network) {
364
foreach ($app in $outdated) {
365
#List available updates
366
$Log = "-> Available update : $($app.Name). Current version : $($app.Version). Available version : $($app.AvailableVersion)."
367
- $Log | Write-Output
+ $Log | Write-Host
368
$Log | Out-File -FilePath $LogFile -Append
369
}
370
0 commit comments