diff --git a/scripts/list-weather.ps1 b/scripts/list-weather.ps1 index fb977fcd..43d8fd4d 100755 --- a/scripts/list-weather.ps1 +++ b/scripts/list-weather.ps1 @@ -111,7 +111,7 @@ try { $desc = GetDescription $hourly.weatherDesc.value.trim() if ($hour -eq 0) { if ($day -eq 0) { - Write-Host "TODAY 🌡°C ☂️mm 💧 💨km/h ☀️UV ☁️ 👁km at $area ($region, $country)" -foregroundColor green + Write-Host "TODAY 🌡°C ☂️mm 💧 💨km/h ☀️UV ☁️ 👁km at $area ($region, $country)" -foregroundColor green } elseif ($day -eq 1) { $date = (Get-Date).AddDays(1) [string]$dayOfWeek = $date.DayOfWeek