From 59df5ada2b7ca8b132561e4a01c9d5cd77d8f54f Mon Sep 17 00:00:00 2001 From: KnifMelti Date: Thu, 12 Oct 2023 04:40:28 +0200 Subject: [PATCH] Text change --- Winget-AutoUpdate/functions/Update-StoreApps.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }