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