Skip to content

Commit 18f5288

Browse files
committed
fixup! refactor(weather): Fix timeout, reduce calls, apply shellcheck
update weather_wrapped local vars
1 parent a349591 commit 18f5288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/weather_wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ INTERVAL=1200
1616
# show location, either "true" (default) or "false"
1717
# optional fixed location to query data about, e.g. "Houston, Texas"
1818
function main() {
19-
local _show_fahrenheit _show_location _location _current_dir _time_last
19+
local _show_fahrenheit _show_location _location _current_dir _last _now
2020
_show_fahrenheit="$1"
2121
_show_location="$2"
2222
_location="$3"

0 commit comments

Comments
 (0)