2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-01-11 02:22:31 +00:00

Fix syntax mistake

This commit is contained in:
Jarrod Johnson
2025-08-20 10:10:01 -04:00
parent afd2b6c219
commit 75c228dae4

View File

@@ -245,7 +245,7 @@ def fixup(rootdir, vols):
nent = convert_lv(ent)
if nent:
newline.append(nent)
else
else:
newline.append(ent)
else:
newline.append(ent)