Improved formatting.
This commit is contained in:
parent
af8f5a454b
commit
2001b530a3
@ -60,7 +60,7 @@ if [[ "${weatherInfo[t]}" == "${weatherInfo[f]}" ]]; then
|
|||||||
else
|
else
|
||||||
message+=" with a real feel of ${weatherInfo[f]}. "
|
message+=" with a real feel of ${weatherInfo[f]}. "
|
||||||
fi
|
fi
|
||||||
message+="Wind: ${weatherInfo[w]}"
|
message+="Wind: ${weatherInfo[w]} "
|
||||||
if [[ "${weatherInfo[p]}" != "0.0mm" ]]; then
|
if [[ "${weatherInfo[p]}" != "0.0mm" ]]; then
|
||||||
message+=" Precipitation: ${weatherInfo[p]} "
|
message+=" Precipitation: ${weatherInfo[p]} "
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user