diff --git a/scripts/weather.sh b/scripts/weather.sh index 580b359..c8e3ad9 100755 --- a/scripts/weather.sh +++ b/scripts/weather.sh @@ -17,7 +17,7 @@ display_location() fetch_weather_information() { display_weather=$1 - # it gets the weather condition textual name (%C), the temperature (%t), and the location (%l) + # it gets the weather condition textual name (%C), and the temperature (%t) curl -sL wttr.in\?format="+%C+%t$display_weather" }