1
0
Fork 0
forked from infra/ansible

updates-uptimes: Fix typo on os name match.

Signed-off-by: James Antill <james@and.org>
This commit is contained in:
James Antill 2025-08-05 14:57:46 -04:00
commit 88e5301eac

View file

@ -125,7 +125,7 @@ def line2data(line):
osinfo = osname + '/' + osvers
if osname == 'CentOS':
osinfo = 'EL/' + osvers
if osname == 'Redhat':
if osname == 'RedHat':
osinfo = 'EL/' + osvers
if osname == 'Fedora':
osinfo = 'F/' + osvers