diff --git a/Winget-AutoUpdate/functions/Update-StoreApps.ps1 b/Winget-AutoUpdate/functions/Update-StoreApps.ps1 index 31817c5..a82219a 100644 --- a/Winget-AutoUpdate/functions/Update-StoreApps.ps1 +++ b/Winget-AutoUpdate/functions/Update-StoreApps.ps1 @@ -17,8 +17,8 @@ Function Update-StoreApps ($Log = $false) { } catch { switch ($Log) { - $true {Write-ToLog "-> Something went wrong..." "red"} - Default {Write-Host "-> Something went wrong..." -ForegroundColor Red} + $true {Write-ToLog "-> ...something went wrong!" "red"} + Default {Write-Host "-> ...something went wrong!" -ForegroundColor Red} } return $false }