mirror of
https://github.com/smxi/inxi.git
synced 2025-01-31 18:12:21 +00:00
forgot one upper case
This commit is contained in:
parent
601997fc59
commit
e5511af34b
2
inxi
2
inxi
|
@ -10704,7 +10704,7 @@ print_weather_data()
|
|||
if [[ $B_EXTRA_DATA == 'true' && -n ${a_location[8]} ]];then
|
||||
time_zone=" (${a_location[8]})"
|
||||
fi
|
||||
time_string="$pressure${C1}time$SEP3${C2}$local_time$time_zone"
|
||||
time_string="$pressure${C1}Time$SEP3${C2}$local_time$time_zone"
|
||||
|
||||
if [[ $B_EXTRA_DATA != 'true' ]];then
|
||||
weather_data="$weather_string $time_string"
|
||||
|
|
Loading…
Reference in a new issue