mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #30584 from julianbrost/fix-doc-file-line-missing-colon
file.line state: add missing colon in docstring
This commit is contained in:
commit
24ead62c41
1 changed files with 1 additions and 1 deletions
|
@ -2539,7 +2539,7 @@ def line(name, content, match=None, mode=None, location=None,
|
|||
|
||||
.. code-block: yaml
|
||||
|
||||
/etc/myconfig.conf
|
||||
/etc/myconfig.conf:
|
||||
file.line:
|
||||
- mode: ensure
|
||||
- content: my key = my value
|
||||
|
|
Loading…
Add table
Reference in a new issue