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:
parent
094c97696f
commit
b0b8ee128b
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user