2
0
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:
Jarrod Johnson
2025-04-11 13:23:45 -04:00
parent 1ec08336e6
commit 49ac3487c2

View File

@@ -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')