commit 8ba5c8528308430a36107fdf43c64d1bb849f531
parent b84a5d71cf31c2b68eaf9b3ddc48c839533232cf
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 18 Oct 2016 18:49:37 +0200
Fixing regression
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ansiweather b/ansiweather
@@ -112,7 +112,7 @@ fi
[ -z "$show_pressure" ] && show_pressure=$(get_config "show_pressure" || echo true)
# Show daylight : "true" or "false"
-[ -z "$show_daylight" ] && daylight=$(get_config "show_daylight" || echo false)
+[ -z "$show_daylight" ] && show_daylight=$(get_config "show_daylight" || echo false)
dateformat=$(get_config "dateformat" || echo "%a %b %d")
timeformat=$(get_config "timeformat" || echo "%b %d %r")