diff --git a/common/weather b/common/weather index 22770aa..bbac824 100755 --- a/common/weather +++ b/common/weather @@ -25,4 +25,4 @@ if [[ $DATA == *"null"* ]]; then exit fi -printf "${LOCATION}: ${DESC:1:-1}, ${DATA[0]}°C (feels like ${DATA[1]}°C)\n" +printf "${LOCATION}: ${DESC:1:-1}, ${DATA[0]}°C (fl ${DATA[1]}°C)\n"