forgot one upper case

This commit is contained in:
inxi-svn 2013-05-18 02:27:00 +00:00
parent 601997fc59
commit e5511af34b

2
inxi
View file

@ -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"