mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #38428 from gqgunhed/fix_lq_typo
fixed typo: lq command-line syntax
This commit is contained in:
commit
7c7799162b
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ def event(tagmatch='*',
|
|||
# Watch the event bus forever in a shell while-loop.
|
||||
salt-run state.event | while read -r tag data; do
|
||||
echo $tag
|
||||
echo $data | jq -colour-output .
|
||||
echo $data | jq --color-output .
|
||||
done
|
||||
|
||||
.. seealso::
|
||||
|
|
Loading…
Add table
Reference in a new issue