mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Add a space to terse output
This commit is contained in:
parent
cbb7d0fa81
commit
1a2f638d4a
@ -138,7 +138,7 @@ class HighStateOutputter(Outputter):
|
||||
if kwargs.get('state_output', 'full').lower() == 'terse':
|
||||
# Print this chunk in a terse way and continue in the
|
||||
# loop
|
||||
msg = ('{0}Name: {1} - Function: {2} - Result: {3}{4}'
|
||||
msg = (' {0}Name: {1} - Function: {2} - Result: {3}{4}'
|
||||
).format(
|
||||
tcolor,
|
||||
comps[2],
|
||||
|
Loading…
Reference in New Issue
Block a user