2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 01:22:00 +00:00

Correct imgutil typo

This commit is contained in:
Jarrod Johnson 2022-02-08 09:35:10 -05:00
parent 094c97696f
commit b0b8ee128b

View File

@ -915,7 +915,7 @@ def fingerprint_host_el(args, hostpath='/'):
continue
osname = inf.name
version = inf.version
relese = inf.release
release = inf.release
except ImportError:
try:
rver = subprocess.check_output('rpm --root {0} -q --whatprovides system-release'.format(hostpath).split())