Fixed a spacing issue in weather module.
This commit is contained in:
parent
e9d92da650
commit
b4d38fa0c4
@ -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//+/ }"
|
||||
|
Loading…
Reference in New Issue
Block a user