mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
tiny change, no version number change, new tarball: changed the second 'Weather:' in the first line to: Conditions: The redundancy
looked a bit odd, but for maintainers, it's not an issue, there will be an actual release later in a week or so with resorted weather data probably, we'll see.
This commit is contained in:
parent
4c8d81372a
commit
c27514aa58
2
inxi
2
inxi
|
@ -10735,7 +10735,7 @@ print_weather_data()
|
|||
pressure="${C1}Pressure$SEP3${C2} ${a_weather[6]} "
|
||||
fi
|
||||
fi
|
||||
weather_string="${C1}Weather$SEP3${C2} $temp$weather$winds$humidity"
|
||||
weather_string="${C1}Conditions$SEP3${C2} $temp$weather$winds$humidity"
|
||||
|
||||
if [[ -n ${a_weather[1]} ]];then
|
||||
local_time=" ${a_weather[1]}"
|
||||
|
|
Loading…
Reference in a new issue