diff --git a/modules/weather/weather.sh b/modules/weather/weather.sh index 5f183df..dd42472 100755 --- a/modules/weather/weather.sh +++ b/modules/weather/weather.sh @@ -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