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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user