Fixed a spacing issue in weather module.

This commit is contained in:
Storm Dragon 2020-07-30 20:43:17 -04:00
parent e9d92da650
commit b4d38fa0c4
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ fi
if [[ -n "${weatherInfo[o]}" ]]; then
message+="Chance of precipitation ${weatherInfo[o]} "
fi
message+=" Humidity: ${weatherInfo[h]}. "
message+="Humidity: ${weatherInfo[h]}. "
message+="Sunrise: ${weatherInfo[S]}, Sunset: ${weatherInfo[s]}."
msg "$channelName" "$name: ${message//+/ }"