2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-06-12 09:42:44 +00:00

Correct typo in add_local_repositories

This commit is contained in:
Jarrod Johnson
2025-04-09 17:00:56 -04:00
parent 5e72a8b3c0
commit ddf9244514
@@ -42,7 +42,7 @@ try:
except AttributeError:
f = cStringIO.StringIO(cfgdata)
c.readfp(f)
gpgkeys = glob.glob('/etc/pki/rpm-gpg/RPM-GG-KEY-*')
gpgkeys = glob.glob('/etc/pki/rpm-gpg/RPM-GPG-KEY-*')
for sec in c.sections():
if sec.startswith('variant-'):
try: