Skip to content

Commit 1991d1d

Browse files
committed
fixup! refactor(weather): Fix timeout, reduce calls, apply shellcheck
comment example raw response body
1 parent e6ef469 commit 1991d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/weather.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function fetch_weather_information() {
5050
# show location, either "true" or "false"
5151
function format_weather_info() {
5252
local _raw _show_location
53-
_raw="$1"
53+
_raw="$1" # e.g. "Rain:+63°F:Houston, Texas, United States"
5454
_show_location="$2"
5555

5656
local _weather _temp _location

0 commit comments

Comments
 (0)