Skip to content

Commit 3cb7275

Browse files
committed
Update Winget-Upgrade.ps1
1 parent 93dc363 commit 3cb7275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Winget-AutoUpdate/Winget-Upgrade.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ if (Test-Network) {
364364
foreach ($app in $outdated) {
365365
#List available updates
366366
$Log = "-> Available update : $($app.Name). Current version : $($app.Version). Available version : $($app.AvailableVersion)."
367-
$Log | Write-Output
367+
$Log | Write-Host
368368
$Log | Out-File -FilePath $LogFile -Append
369369
}
370370

0 commit comments

Comments
 (0)