standardize console message punctuation and capitalization (#4680)

This commit is contained in:
Paweł Gwozdowski
2026-06-22 14:17:23 -05:00
committed by GitHub
parent edca5207ec
commit aefbf1a847
7 changed files with 17 additions and 17 deletions
@@ -1,12 +1,12 @@
function Invoke-WinUtilInstallPSProfile {
if (-not (Get-Command wt)) {
Write-Host "Windows Terminal not found installing..."
Write-Host "Windows Terminal not found. Installing..."
Install-WinUtilWinget
winget install Microsoft.WindowsTerminal --source winget --silent
}
if (-not (Get-Command pwsh)) {
Write-Host "Powershell 7 not found installing..."
Write-Host "PowerShell 7 not found. Installing..."
Install-WinUtilWinget
winget install Microsoft.PowerShell --source winget --silent
}