Improved formatting.

This commit is contained in:
Storm Dragon 2020-08-10 20:23:56 -04:00
parent af8f5a454b
commit 2001b530a3
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ if [[ "${weatherInfo[t]}" == "${weatherInfo[f]}" ]]; then
else
message+=" with a real feel of ${weatherInfo[f]}. "
fi
message+="Wind: ${weatherInfo[w]}"
message+="Wind: ${weatherInfo[w]} "
if [[ "${weatherInfo[p]}" != "0.0mm" ]]; then
message+=" Precipitation: ${weatherInfo[p]} "
fi