Text change
parent
3f0f6da537
commit
59df5ada2b
|
@ -17,8 +17,8 @@ Function Update-StoreApps ($Log = $false) {
|
||||||
}
|
}
|
||||||
catch {
|
catch {
|
||||||
switch ($Log) {
|
switch ($Log) {
|
||||||
$true {Write-ToLog "-> Something went wrong..." "red"}
|
$true {Write-ToLog "-> ...something went wrong!" "red"}
|
||||||
Default {Write-Host "-> Something went wrong..." -ForegroundColor Red}
|
Default {Write-Host "-> ...something went wrong!" -ForegroundColor Red}
|
||||||
}
|
}
|
||||||
return $false
|
return $false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue