mirror of
https://github.com/xcat2/confluent.git
synced 2026-04-14 21:01:28 +00:00
Fix bad indentation in add_local_repositories
This commit is contained in:
@@ -60,4 +60,4 @@ for sec in c.sections():
|
||||
repout.write('enabled=1\n')
|
||||
if gpgkeys:
|
||||
gpgkeyvals = ['file://{}'.format(x) for x in gpgkeys]
|
||||
repout.write('gpgkey=' + ' '.join(gpgkeyvals) + '\n')
|
||||
repout.write('gpgkey=' + ' '.join(gpgkeyvals) + '\n')
|
||||
|
||||
Reference in New Issue
Block a user