mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 17:50:14 +01:00
contrib/rh-bkr: break lines after list substititions
Makes the resulting kickstart nicer.
This commit is contained in:
parent
2a729bdb78
commit
c13bfa00e7
1 changed files with 1 additions and 1 deletions
|
|
@ -753,7 +753,7 @@ class CmdSubmit(CmdBase):
|
|||
if is_sequence(v):
|
||||
if index is not None and index != '@':
|
||||
raise Exception("Using index %s is not implemented" % index)
|
||||
v = ' '.join(v)
|
||||
v = " \\\n\t".join(v)
|
||||
replacement[key] = v
|
||||
return v
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue